summaryrefslogtreecommitdiff
path: root/src/HelpFile
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-03-02 09:55:50 +0000
committeraarne <aarne@cs.chalmers.se>2006-03-02 09:55:50 +0000
commit35aac815db52ecdb6fd12e61139d3a74545cac6d (patch)
tree72e3863db7f88b29f533cb8c8839d0696a6a6b54 /src/HelpFile
parentc30936dc16adf799c94722c54635b914aeca33c6 (diff)
tb -trees ; rl ; path in gfe ; removed spurious "file not found"
Diffstat (limited to 'src/HelpFile')
-rw-r--r--src/HelpFile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/HelpFile b/src/HelpFile
index a44470f0b..4c3973d02 100644
--- a/src/HelpFile
+++ b/src/HelpFile
@@ -51,7 +51,7 @@ i, import: i File
i English.gf -- ordinary import of Concrete
i -retain german/ParadigmsGer.gf -- import of Resource to test
-* rl, remove_language: rl Language
+rl, remove_language: rl Language
Takes away the language from the state.
e, empty: e
@@ -207,10 +207,12 @@ tb, tree_bank: tb
to an existing treebank.
options:
-c compare to existing xml-formatted treebank
+ -trees return the trees of the treebank
-xml wrap the treebank (or comparison results) with XML tags
examples:
gr -cat=S -number=100 | tb -xml | wf tb.xml -- random treebank into file
- rf tb.txt | tb -c -- read comparison treebank from file
+ rf tb.xml | tb -c -- compare-test treebank from file
+ rf old.xml | tb -trees | tb -xml -- create new treebank from old
tt, test_tokenizer: tt String
Show the token list sent to the parser when String is parsed.