diff options
| author | aarne <aarne@chalmers.se> | 2011-12-01 12:51:40 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-12-01 12:51:40 +0000 |
| commit | db62687ab1c4c5d8b249a720b0a9d57175294e77 (patch) | |
| tree | b74ca84b52124308f312111117742eca00d4d016 /examples/phrasebook/Sentences.gf | |
| parent | 7086eea9f5c242c57094f682a7c03e12856ab00b (diff) | |
imperatives added to Phrasebook (familiar,polite,plural,positive,negative)
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
| -rw-r--r-- | examples/phrasebook/Sentences.gf | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
