summaryrefslogtreecommitdiff
path: root/examples/bronzeage/README
blob: 9275d1e0978fb796df4053ec7451ae0e64390773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
(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