summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-02-24 15:49:14 +0000
committeraarne <aarne@cs.chalmers.se>2006-02-24 15:49:14 +0000
commit56a9e025d59d3c6df9f07a6304f7d1d56dfd96b2 (patch)
tree9523402074da8950bc54a1ee6bb2a5c9967a604d /examples
parente8b4d1697dc9ac8834d66ed7533a5de992803292 (diff)
bronzeage README ; topological sorting of abstract modules
Diffstat (limited to 'examples')
-rw-r--r--examples/bronzeage/README44
1 files changed, 44 insertions, 0 deletions
diff --git a/examples/bronzeage/README b/examples/bronzeage/README
new file mode 100644
index 000000000..3d647a047
--- /dev/null
+++ b/examples/bronzeage/README
@@ -0,0 +1,44 @@
+(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 langs
+ make install
+
+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
+
+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
+
+