summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-03-04 14:58:11 +0000
committeraarne <aarne@cs.chalmers.se>2006-03-04 14:58:11 +0000
commit3589e352cc49c99e9335a97a476fd827b382db2f (patch)
tree889da63a3e0a47c318f76ab7a4af8d01cb322b5f /doc
parent3ff765620c9df08212275b5a3f207fd939a60922 (diff)
treebank creating script; duplicated consonants in LexiconEng
Diffstat (limited to 'doc')
-rw-r--r--doc/gf-history.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html
index 9450c8d99..0c913635a 100644
--- a/doc/gf-history.html
+++ b/doc/gf-history.html
@@ -14,6 +14,29 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
<p>
+4/3 (AR) Added command <tt>use_treebank = ut</tt> for lookup in a treebank.
+This command can be used as a fast substitute for parsing, but also as a
+way to browse treebanks.
+<pre>
+ ut "He adds this to that" | l -multi -- use treebank lookup as parser in translation
+ ut -assocs | grep "ComplV2" -- show all associations with ComplV2
+</pre>
+
+<p>
+
+3/3 (AR) Added option <tt>-treebank</tt> to the <tt>i</tt> command. This adds treebanks to
+the shell state. The possible file formats are
+<ol>
+<li> XML file with a multilingual treebank, produced by <tt>tb -xml</tt>
+<li> tab-organized text file with a unilingual treebank, produced by <tt>ut -assocs</tt>
+</ol>
+Notice that the treebanks in shell state are unilingual, and have strings as keys.
+Multilingual treebanks have trees as keys. In case 1, one unilingual treebank per
+language is built in the shell state.
+
+
+<p>
+
1/3 (AR) Added option <tt>-trees</tt> to the command <tt>tree_bank = tb</tt>.
By this option, the command just returns the trees in the treebank. It can be
used for producing new treebanks with the same trees: