summaryrefslogtreecommitdiff
path: root/src/tools/c++/README
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-09-22 15:13:23 +0000
committeraarne <aarne@cs.chalmers.se>2006-09-22 15:13:23 +0000
commit9ae36df22079e072b302ad966fc98963d97d2654 (patch)
treea33f7269d35804613324938597d2127a0e569564 /src/tools/c++/README
parentfb89adc1cf2196df0af1e735d8070f87d810cdab (diff)
tools/c++
Diffstat (limited to 'src/tools/c++/README')
-rw-r--r--src/tools/c++/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/tools/c++/README b/src/tools/c++/README
new file mode 100644
index 000000000..696e39469
--- /dev/null
+++ b/src/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.