summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/PeaceSyntax.gf
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-04-21 21:53:20 +0000
committerbringert <bringert@cs.chalmers.se>2006-04-21 21:53:20 +0000
commit10bf3b1d9fda0cada5fb85c4bb803dfb46714948 (patch)
tree42f8749b5c0b2b7d4f94daf38ad0efe50d475ede /examples/peacekeeping/PeaceSyntax.gf
parent9a51ac6ebf70056c5d74d190aebab032d7a8d4c9 (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/PeaceSyntax.gf')
-rw-r--r--examples/peacekeeping/PeaceSyntax.gf16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/peacekeeping/PeaceSyntax.gf b/examples/peacekeeping/PeaceSyntax.gf
index 00da55ad2..21b852d63 100644
--- a/examples/peacekeeping/PeaceSyntax.gf
+++ b/examples/peacekeeping/PeaceSyntax.gf
@@ -6,14 +6,14 @@ abstract PeaceSyntax = PeaceCat ** {
MassCN ;
fun
- PhrPos : Sent -> Phr ;
- PhrNeg : Sent -> Phr ;
- PhrQuest : Quest -> Phr ;
- PhrImp : Imp -> Phr ;
- PhrImpNeg : Imp -> Phr ;
-
- PhrYes : Phr ;
- PhrNo : Phr ;
+ PhrPos : Sent -> Phrase ;
+ PhrNeg : Sent -> Phrase ;
+ PhrQuest : Quest -> Phrase ;
+ PhrImp : Imp -> Phrase ;
+ PhrImpNeg : Imp -> Phrase ;
+
+ PhrYes : Phrase ;
+ PhrNo : Phrase ;
QuestSent : Sent -> Quest ;