reduced overgeneration by only allowing one AdA in Phrasebook

This commit is contained in:
aarne
2010-04-04 20:44:37 +00:00
parent cdd9efa559
commit 09171eecb4
9 changed files with 219 additions and 210 deletions

View File

@@ -5,7 +5,7 @@ abstract Words = Sentences ** {
Wine, Beer, Water, Coffee, Tea : Kind ;
Cheese, Fish, Pizza : Kind ;
Fresh, Warm, Italian,
Expensive, Delicious, Boring : Quality ;
Expensive, Delicious, Boring, Good : Property ;
Bar, Restaurant, Toilet : PlaceKind ;