summaryrefslogtreecommitdiff
path: root/src/HelpFile
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 /src/HelpFile
parentc9ae662c24d59c323e1bde89efde876d11df1899 (diff)
testing treebanks
Diffstat (limited to 'src/HelpFile')
-rw-r--r--src/HelpFile11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/HelpFile b/src/HelpFile
index 8b54e5585..0f6a12d8b 100644
--- a/src/HelpFile
+++ b/src/HelpFile
@@ -201,11 +201,14 @@ at, apply_transfer: at (Module.Fun | Fun)
p -lang=Cncdecimal "123" | at num2bin | l -- convert dec to bin
tb, tree_bank: tb
- Generate a multilingual treebank from a list of trees.
- flags:
- -xml wrap the treebank with XML tags
+ Generate a multilingual treebank from a list of trees (default) or compare
+ to an existing treebank.
+ options:
+ -c compare to existing xml-formatted treebank
+ -xml wrap the treebank (or comparison results) with XML tags
examples:
- gr -cat=S -number=100 | tb
+ gr -cat=S -number=100 | tb -xml | wf tb.xml -- random treebank into file
+ rf tb.txt | tb -c -- read comparison treebank from file
tt, test_tokenizer: tt String
Show the token list sent to the parser when String is parsed.