summaryrefslogtreecommitdiff
path: root/src-2.9/tools/c++/README
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-05-20 11:47:44 +0000
committeraarne <aarne@cs.chalmers.se>2008-05-20 11:47:44 +0000
commit31bf84122b21efb444aa8d055472e166ffb90783 (patch)
tree1f051909336f1534346bcccde8dda59beab02f64 /src-2.9/tools/c++/README
parent74f048dcf41de3540778de54dfa7541fa5b39c46 (diff)
moved all old source code to src-2.9 ; src will be for GF 3 development
Diffstat (limited to 'src-2.9/tools/c++/README')
-rw-r--r--src-2.9/tools/c++/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/src-2.9/tools/c++/README b/src-2.9/tools/c++/README
new file mode 100644
index 000000000..696e39469
--- /dev/null
+++ b/src-2.9/tools/c++/README
@@ -0,0 +1,21 @@
+Aarne Ranta 21/9/2006
+
+Interpreter for ready-made translation lists. Supports
+translation, random generation, and translation quiz.
+
+To compile:
+
+ g++ -o gfex gfex.cpp
+
+To use:
+
+ ./gfex peace.gft
+
+To produce a gft file in GF:
+
+ gt | tb -unlexer=unwords -compact | wf foo.gft
+
+The format uses encoding of words as integers, which
+gives a memory-efficient run-time program. Also the
+treebank file size is about 1/3 of sentences stored
+in words.