mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
command tb for creating treebanks
This commit is contained in:
@@ -200,6 +200,13 @@ at, apply_transfer: at (Module.Fun | Fun)
|
||||
examples:
|
||||
p -lang=Cncdecimal "123" | at num2bin | l -- convert dec to bin
|
||||
|
||||
tb, tree_bank: tb
|
||||
Generate a multilingual treebank from a list of trees.
|
||||
flags:
|
||||
-xml wrap the treebank with XML tags
|
||||
examples:
|
||||
gr -cat=S -number=100 | tb
|
||||
|
||||
tt, test_tokenizer: tt String
|
||||
Show the token list sent to the parser when String is parsed.
|
||||
HINT: can be useful when debugging the parser.
|
||||
|
||||
Reference in New Issue
Block a user