文件名称:Rust 绑定到 crfsuite
文件大小:34KB
文件格式:ZIP
更新时间:2024-07-18 12:42:32
crf ffi crfsuite rust-ffi
crfsuite-rsRust 绑定到crfsuite安装将其添加到您的Cargo.toml :[dependencies ]crfsuite =" 0.3"将extern crate crfsuite添加到您的 crate 根目录,extern crate crfsuite顺利!Python包还有一个名为crfsuite的 Python 包,您可以通过pip安装它:pip install -U crfsuite用法示例:fromcrfsuiteimportModelif__name__=='__main__' :model=Model ('path/to/crfsuite/model.crf' )tagged=model .tag (["abc" ,"def" ])print (tagged )执照这项工作是在 MIT 许可下发布的。LICENSE文件中提供了许可证的副本。
【文件预览】:
crfsuite-rs-master
----setup.py(1KB)
----.gitignore(752B)
----manylinux.sh(367B)
----src()
--------lib.rs(37KB)
----MANIFEST.in(307B)
----crfsuite()
--------__init__.py(7KB)
--------_compat.py(565B)
--------utils.py(1KB)
--------exceptions.py(885B)
----LICENSE(1KB)
----Cargo.toml(457B)
----crfsuite-sys()
--------src()
--------crfsuite()
--------Cargo.toml(755B)
--------Config.cmake.in(188B)
--------CMakeLists.txt(2KB)
--------build.rs(1KB)
----.gitmodules(113B)
----.github()
--------workflows()
----README.md(1KB)
----tests()
--------test_tagger.rs(3KB)
--------model.crfsuite(5KB)
--------test_trainer.rs(5KB)
----cabi()
--------src()
--------Cargo.toml(328B)
--------include()
--------cbindgen.toml(201B)