diff options
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 |
