command tb for creating treebanks

This commit is contained in:
aarne
2006-02-08 10:18:00 +00:00
parent 9758029c55
commit 39846cc94c
8 changed files with 94 additions and 1 deletions

View File

@@ -229,6 +229,13 @@ txtHelpFile =
"\n examples:" ++
"\n p -lang=Cncdecimal \"123\" | at num2bin | l -- convert dec to bin" ++
"\n" ++
"\ntb, tree_bank: tb" ++
"\n Generate a multilingual treebank from a list of trees." ++
"\n flags:" ++
"\n -xml wrap the treebank with XML tags" ++
"\n examples:" ++
"\n gr -cat=S -number=100 | tb" ++
"\n" ++
"\ntt, test_tokenizer: tt String" ++
"\n Show the token list sent to the parser when String is parsed." ++
"\n HINT: can be useful when debugging the parser." ++