refreshing gfe example

This commit is contained in:
aarne
2006-03-01 17:36:34 +00:00
parent 3d1b3dcd91
commit 09e6c6c9a3
12 changed files with 125 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
-- The Question grammar specialized to animals.
abstract Animals = Questions ** {
flags startcat=Phrase ;
fun
-- a lexicon of animals and actions among them
Dog, Cat, Mouse, Lion, Zebra : Entity ;
Chase, Eat, See : Action ;
}