summaryrefslogtreecommitdiff
path: root/src/HelpFile
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-02-08 10:18:00 +0000
committeraarne <aarne@cs.chalmers.se>2006-02-08 10:18:00 +0000
commit98b24d0e33e2cb90244773f8ad7d3c4f3f73ecd0 (patch)
tree362fc849521607bb1bb5761b50f3f17ec317ae26 /src/HelpFile
parent85910ef7766d70e9bb0674eb9f29ae4b05f98267 (diff)
command tb for creating treebanks
Diffstat (limited to 'src/HelpFile')
-rw-r--r--src/HelpFile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/HelpFile b/src/HelpFile
index 0ff04b25b..8b54e5585 100644
--- a/src/HelpFile
+++ b/src/HelpFile
@@ -200,6 +200,13 @@ at, apply_transfer: at (Module.Fun | Fun)
examples:
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
+ examples:
+ gr -cat=S -number=100 | tb
+
tt, test_tokenizer: tt String
Show the token list sent to the parser when String is parsed.
HINT: can be useful when debugging the parser.