summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-02-08 21:58:36 +0000
committeraarne <aarne@cs.chalmers.se>2006-02-08 21:58:36 +0000
commitf916352116bb2d3c3caf7aa38e8fe585f2f2150e (patch)
tree3e53caf338f2b6c223de4be5a6a23e640fb2d0ec /doc
parentc9ae662c24d59c323e1bde89efde876d11df1899 (diff)
testing treebanks
Diffstat (limited to 'doc')
-rw-r--r--doc/gf-history.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html
index b7b83918c..620688f22 100644
--- a/doc/gf-history.html
+++ b/doc/gf-history.html
@@ -14,6 +14,15 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
<p>
+8/2 (AR) The command <tt>tb = tree_bank</tt> for creating and testing against
+multilingual treebanks. Example uses:
+<pre>
+ gr -cat=S -number=100 | tb -xml | wf tb.xml -- random treebank into file
+ rf tb.txt | tb -c -- read comparison treebank from file
+</pre>
+
+<p>
+
10/1 (AR) Forbade variable binding inside negation and Kleene star
patterns.