Files
gf-core/examples/bronzeage
2006-12-19 15:34:52 +00:00
..
2006-03-07 18:26:47 +00:00
2006-06-26 11:41:04 +00:00
2006-05-30 14:36:40 +00:00
2006-12-19 15:34:52 +00:00
2006-06-08 08:55:53 +00:00
2006-02-26 18:43:13 +00:00
2006-06-26 11:41:04 +00:00
2006-05-30 14:36:40 +00:00
2006-03-07 18:26:47 +00:00
2006-03-07 18:26:47 +00:00
2006-03-07 18:26:47 +00:00
2006-03-09 17:01:12 +00:00
2006-03-07 18:26:47 +00:00
2006-03-07 18:26:47 +00:00
2006-03-07 18:26:47 +00:00
2006-06-08 08:55:53 +00:00
2006-03-07 18:26:47 +00:00
2006-03-07 18:26:47 +00:00

(AR 24/2/2006)

(c) Björn Bringert and Aarne Ranta 2005-2006

Based on grammars and lexicon in GF/examples/stoneage by Björn Bringert.
These grammars use a more varying syntax, with negation, questions,
imperatives, adverbs, and adjectival predication added.


To build the run-time grammar:

  echo "s ;; pm | wf bronzeage.gfcm" | gf -nocf Bronzeage???.gf

Before this, you have to have compiled the libraries:

  cd <whatever you need>GF/lib/resource-1.0
  make present

To work with the grammar

  gf bronzeage.gfcm

Once in GF, you can do translation,

  p -mcfg -lang=BronzeageEng "Don't eat that thick snake!" | tb

spoken-language translation (requires ATK),

  si -lang=BronzeageEng -tr | p -mcfg -lang=BronzeageEng | tb

random generation,

  gr | tb

translation quiz lists

  tl -number=5 -cat=CN BronzeageEng BronzeageFre

morphological quiz lists

  ml -number=5 -cat=V -lang=BronzeageSpa

sentence transformation quiz lists

  ml -number=5 -cat=Sent -lang=BronzeageEng