1
0
forked from GitHub/gf-core

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

This commit is contained in:
aarne
2011-12-01 12:51:40 +00:00
parent 249b391401
commit 37d848202d
4 changed files with 46 additions and 1 deletions

View File

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