mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
generation command gt n
This commit is contained in:
@@ -172,9 +172,16 @@ txtHelpFile =
|
||||
"\n flags:" ++
|
||||
"\n -cat generate in this category" ++
|
||||
"\n -lang use the abstract syntax of this grammar" ++
|
||||
"\n -number generate this number of trees" ++
|
||||
"\n -number generate this number of trees (not impl. with Tree argument)" ++
|
||||
"\n -depth use this number of search steps at most" ++
|
||||
"\n" ++
|
||||
"\ngt, generate_trees: gt Int" ++
|
||||
"\n Generates all trees up to the given depth." ++
|
||||
"\n flags:" ++
|
||||
"\n -cat generate in this category" ++
|
||||
"\n -lang use the abstract syntax of this grammar" ++
|
||||
"\n -number generate (at most) this number of trees" ++
|
||||
"\n" ++
|
||||
"\nma, morphologically_analyse: ma String" ++
|
||||
"\n Runs morphological analysis on each word in String and displays" ++
|
||||
"\n the results line by line." ++
|
||||
|
||||
Reference in New Issue
Block a user