1
0
forked from GitHub/gf-core

more treebank options; updated history

This commit is contained in:
aarne
2006-03-06 21:27:49 +00:00
parent a2d2e268d3
commit 5e70830f3c
7 changed files with 30 additions and 5 deletions

View File

@@ -252,7 +252,8 @@ txtHelpFile =
"\n options:" ++
"\n -assocs show all string-trees associations in the treebank" ++
"\n -strings show all strings in the treebank" ++
"\n -raw return result as string, without typechecking it" ++
"\n -trees show all trees in the treebank" ++
"\n -raw return the lookup result as string, without typechecking it" ++
"\n flags:" ++
"\n -treebank use this treebank (instead of the latest introduced one)" ++
"\n examples:" ++

View File

@@ -187,7 +187,7 @@ optionsOfCommand co = case co of
CGenerateTrees -> both "metas" "atoms depth alts cat lang number"
CPutTerm -> flags "transform number"
CTreeBank -> opts "c xml trees"
CLookupTreebank -> both "assocs raw strings" "treebank"
CLookupTreebank -> both "assocs raw strings trees" "treebank"
CWrapTerm _ -> opts "c"
CApplyTransfer _ -> flags "lang transfer"
CMorphoAnalyse -> both "short" "lang"