From 98b24d0e33e2cb90244773f8ad7d3c4f3f73ecd0 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 8 Feb 2006 10:18:00 +0000 Subject: command tb for creating treebanks --- src/GF/Shell/HelpFile.hs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/GF/Shell/HelpFile.hs') diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index dd03d2515..14c87e621 100644 --- a/src/GF/Shell/HelpFile.hs +++ b/src/GF/Shell/HelpFile.hs @@ -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." ++ -- cgit v1.2.3