packages feed

gf-3.1.6: examples/animals/Animals.gf

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