diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-02-08 21:58:36 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-02-08 21:58:36 +0000 |
| commit | f916352116bb2d3c3caf7aa38e8fe585f2f2150e (patch) | |
| tree | 3e53caf338f2b6c223de4be5a6a23e640fb2d0ec /src/GF/Shell/HelpFile.hs | |
| parent | c9ae662c24d59c323e1bde89efde876d11df1899 (diff) | |
testing treebanks
Diffstat (limited to 'src/GF/Shell/HelpFile.hs')
| -rw-r--r-- | src/GF/Shell/HelpFile.hs | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index 14c87e621..5764e9f14 100644 --- a/src/GF/Shell/HelpFile.hs +++ b/src/GF/Shell/HelpFile.hs @@ -230,11 +230,14 @@ txtHelpFile = "\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 Generate a multilingual treebank from a list of trees (default) or compare" ++ + "\n to an existing treebank." ++ + "\n options:" ++ + "\n -c compare to existing xml-formatted treebank" ++ + "\n -xml wrap the treebank (or comparison results) with XML tags" ++ "\n examples:" ++ - "\n gr -cat=S -number=100 | tb" ++ + "\n gr -cat=S -number=100 | tb -xml | wf tb.xml -- random treebank into file" ++ + "\n rf tb.txt | tb -c -- read comparison treebank from file" ++ "\n" ++ "\ntt, test_tokenizer: tt String" ++ "\n Show the token list sent to the parser when String is parsed." ++ |
