diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-21 21:53:20 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-21 21:53:20 +0000 |
| commit | 10bf3b1d9fda0cada5fb85c4bb803dfb46714948 (patch) | |
| tree | 42f8749b5c0b2b7d4f94daf38ad0efe50d475ede /examples/peacekeeping/PeacePhrases.gf | |
| parent | 9a51ac6ebf70056c5d74d190aebab032d7a8d4c9 (diff) | |
Moved punctuation to a separate field, to allow spoken language grammars to omit it. Created top-level spoken language grammars. (all in peacekeeping)
Diffstat (limited to 'examples/peacekeeping/PeacePhrases.gf')
| -rw-r--r-- | examples/peacekeeping/PeacePhrases.gf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/peacekeeping/PeacePhrases.gf b/examples/peacekeeping/PeacePhrases.gf index b44ddd2da..e883e9e19 100644 --- a/examples/peacekeeping/PeacePhrases.gf +++ b/examples/peacekeeping/PeacePhrases.gf @@ -1,9 +1,9 @@ -abstract PeacePhrases = Cat ** { +abstract PeacePhrases = PeaceCat ** { fun - Hello : Phr ; - GoodMorning : Phr ; - GoodEvening : Phr ; - WhatIsNamePron : Pron -> Phr ; + Hello : Phrase ; + GoodMorning : Phrase ; + GoodEvening : Phrase ; + WhatIsNamePron : Pron -> Phrase ; }
\ No newline at end of file |
