imperatives added to Phrasebook (familiar,polite,plural,positive,negative)

This commit is contained in:
aarne
2011-12-01 12:51:40 +00:00
parent 7086eea9f5
commit db62687ab1
4 changed files with 46 additions and 1 deletions

View File

@@ -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