From 35aac815db52ecdb6fd12e61139d3a74545cac6d Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 2 Mar 2006 09:55:50 +0000 Subject: tb -trees ; rl ; path in gfe ; removed spurious "file not found" --- doc/gf-history.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc') diff --git a/doc/gf-history.html b/doc/gf-history.html index 22961e7ec..9450c8d99 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -14,6 +14,24 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2

+1/3 (AR) Added option -trees to the command tree_bank = tb. +By this option, the command just returns the trees in the treebank. It can be +used for producing new treebanks with the same trees: +

+  rf old.xml | tb -trees | tb -xml | wf new.xml
+
+Recall that only treebanks in the XML format can be read with the -trees +and -c flags. + +

+ +1/3 (AR) A .gfe file can have a --# -path=PATH on its +second line. The file given on the first line (--# -resource=FILE) +is then read w.r.t. this path. This is useful if the resource file has +no path itself, which happens when it is gfc-only. + +

+ 25/2 (AR) The flag preproc of the i command (and thereby to gf itself) causes GF to apply a preprocessor to each sourcefile it reads. -- cgit v1.2.3