summaryrefslogtreecommitdiff
path: root/examples/bronzeage/README
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-25 16:54:35 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-25 16:54:35 +0000
commite9e80fc389365e24d4300d7d5390c7d833a96c50 (patch)
treef0b58473adaa670bd8fc52ada419d8cad470ee03 /examples/bronzeage/README
parentb96b36f43de3e2f8b58d5f539daa6f6d47f25870 (diff)
changed names of resource-1.3; added a note on homepage on release
Diffstat (limited to 'examples/bronzeage/README')
-rw-r--r--examples/bronzeage/README47
1 files changed, 0 insertions, 47 deletions
diff --git a/examples/bronzeage/README b/examples/bronzeage/README
deleted file mode 100644
index 9275d1e09..000000000
--- a/examples/bronzeage/README
+++ /dev/null
@@ -1,47 +0,0 @@
-(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
-
-