diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-05-21 09:26:44 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-05-21 09:26:44 +0000 |
| commit | 055c0d0d5a5bb0dc75904fe53df7f2e4f5732a8f (patch) | |
| tree | 0e63fb68c69c8f6ad0f78893c63420f0a3600e1c /src-3.0/tools/c++/README | |
| parent | 915a1de71783ab8446b1af9e72c7ba7dfbc12d3f (diff) | |
GF/src is now for 2.9, and the new sources are in src-3.0 - keep it this way until the release of GF 3
Diffstat (limited to 'src-3.0/tools/c++/README')
| -rw-r--r-- | src-3.0/tools/c++/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src-3.0/tools/c++/README b/src-3.0/tools/c++/README new file mode 100644 index 000000000..696e39469 --- /dev/null +++ b/src-3.0/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. |
