From db62687ab1c4c5d8b249a720b0a9d57175294e77 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 1 Dec 2011 12:51:40 +0000 Subject: imperatives added to Phrasebook (familiar,polite,plural,positive,negative) --- examples/phrasebook/Sentences.gf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples/phrasebook/Sentences.gf') diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 60ae3f6a7..b6cde22d7 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -199,6 +199,14 @@ abstract Sentences = Numeral ** { V2Buy, V2Drink, V2Eat : Object -> VerbPhrase ; V2Wait : Person -> VerbPhrase ; + PImperativeFamPos, -- eat + PImperativeFamNeg, -- don't eat + PImperativePolPos, -- essen Sie + PImperativePlurNeg, -- essen Sie nicht + PImperativePlurPos, -- esst + PImperativePlurNeg : -- esst nicht + VerbPhrase -> Phrase ; + -- other new things allowed by the resource --- PBecause : Sentence -> Sentence -> Phrase ; -- I want to swim because it is hot -- cgit v1.2.3