文件名称:在 Rust 中读取和修改选区树。
文件大小:176KB
文件格式:ZIP
更新时间:2024-07-18 12:45:52
nlp rust tree rust-crate ptb
伐木工人读取和处理各种格式的选区树。安装:来自 crates.io:cargo install lumberjack-utils来自 GitHub:cargo install --git https://github.com/sebpuetz/lumberjack独立使用:将 NEGRA export 4 格式的 treebank 转换为带括号的 TueBa V2 格式lumberjack-conversion --input_file treebank.negra --input_format negra \ --output_format tueba --output_file treebank.tueba --projectivize仅保留根节点、NP和PP并打印为简单的括号格式:echo" NP PP"> filter_set.txt lumberjack-conversion --input_file treebank.simple --input_format simple \ --output_format tueba --output_file tree
【文件预览】:
lumberjack-master
----Cargo.toml(64B)
----ci-script()
--------script.sh(291B)
----lumberjack-utils()
--------Cargo.toml(459B)
--------src()
----Cargo.lock(21KB)
----.travis.yml(207B)
----LICENSE(11KB)
----README.md(3KB)
----NOTICE(120B)
----lumberjack()
--------Cargo.toml(451B)
--------testdata()
--------src()
--------benches()
----.gitignore(18B)