From 3589e352cc49c99e9335a97a476fd827b382db2f Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 4 Mar 2006 14:58:11 +0000 Subject: treebank creating script; duplicated consonants in LexiconEng --- doc/gf-history.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'doc') 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 @@ -12,6 +12,29 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2 +

+ +4/3 (AR) Added command use_treebank = ut for lookup in a treebank. +This command can be used as a fast substitute for parsing, but also as a +way to browse treebanks. +

+  ut "He adds this to that" | l -multi   -- use treebank lookup as parser in translation
+  ut -assocs | grep "ComplV2"            -- show all associations with ComplV2
+
+ +

+ +3/3 (AR) Added option -treebank to the i command. This adds treebanks to +the shell state. The possible file formats are +

    +
  1. XML file with a multilingual treebank, produced by tb -xml +
  2. tab-organized text file with a unilingual treebank, produced by ut -assocs +
+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. + +

1/3 (AR) Added option -trees to the command tree_bank = tb. -- cgit v1.2.3