From 10bf3b1d9fda0cada5fb85c4bb803dfb46714948 Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 21 Apr 2006 21:53:20 +0000 Subject: Moved punctuation to a separate field, to allow spoken language grammars to omit it. Created top-level spoken language grammars. (all in peacekeeping) --- examples/peacekeeping/PeaceSyntax.gf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'examples/peacekeeping/PeaceSyntax.gf') 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 ; -- cgit v1.2.3