summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Words.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-12-01 12:51:40 +0000
committeraarne <aarne@chalmers.se>2011-12-01 12:51:40 +0000
commitdb62687ab1c4c5d8b249a720b0a9d57175294e77 (patch)
treeb74ca84b52124308f312111117742eca00d4d016 /examples/phrasebook/Words.gf
parent7086eea9f5c242c57094f682a7c03e12856ab00b (diff)
imperatives added to Phrasebook (familiar,polite,plural,positive,negative)
Diffstat (limited to 'examples/phrasebook/Words.gf')
-rw-r--r--examples/phrasebook/Words.gf12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf
index 12d9830ee..a8356151e 100644
--- a/examples/phrasebook/Words.gf
+++ b/examples/phrasebook/Words.gf
@@ -216,10 +216,22 @@ abstract Words = Sentences ** {
Durian : Kind ;
Mango : Kind ;
Pineapple : Kind ;
+ Egg : Kind ;
Coke : DrinkKind ;
IceCream : DrinkKind ; --- both mass and plural
+ OrangeJuice : DrinkKind ;
+ Lemonade : DrinkKind ;
+ Salad : DrinkKind ;
Beach : PlaceKind ;
+ ItsRaining : Proposition ;
+ ItsWindy : Proposition ;
+ ItsWarm : Proposition ;
+ ItsCold : Proposition ;
+ SunShine : Proposition ;
+
+ Smoke : VerbPhrase ;
+
}