文件名称:python-crfsuite:用于crfsuite的python绑定
文件大小:139KB
文件格式:ZIP
更新时间:2024-05-19 07:15:53
data-science crf crfsuite Python
python-crfsuite 蟒-crfsuite是一个python结合 。 安装 使用pip : pip install python-crfsuite 使用conda : conda install -c conda-forge python-crfsuite 用法 请参阅和。 也可以看看 是一个python-crfsuite包装器,提供类似于scikit-learn的API。 贡献 源代码: https : //github.com/scrapinghub/python-crfsuite 问题追踪器: https : //github.com/scrapinghub/python-crfsuite/issues 随时提交想法,错误报告,请求请求或常规补丁。 为了运行测试,请安装Cython (> 0.24.1)和tox ,然后键入 ./update_cpp.sh;
【文件预览】:
python-crfsuite-master
----update_cpp.sh(62B)
----.gitignore(110B)
----.manylinux-cython.sh(175B)
----.gitmodules(174B)
----README.rst(3KB)
----appveyor.yml(1KB)
----crfsuite()
----tests()
--------test_trainer.py(4KB)
--------conftest.py(1019B)
--------test_itemsequence.py(2KB)
--------test_misc.py(181B)
--------test_logparser.py(32KB)
--------test_tagger.py(7KB)
----docs()
--------make.bat(7KB)
--------conf.py(8KB)
--------index.rst(962B)
--------Makefile(7KB)
--------pycrfsuite.rst(443B)
----examples()
--------CoNLL 2002.ipynb(22KB)
----requirements-doc.txt(9B)
----pycrfsuite()
--------_pycrfsuite.pyx(23KB)
--------_logparser.py(6KB)
--------crfsuite_api.pxd(2KB)
--------trainer_wrapper.hpp(598B)
--------tagger_wrapper.hpp(722B)
--------_dumpparser.py(3KB)
--------__init__.py(66B)
--------_pycrfsuite.cpp(730KB)
--------trainer_wrapper.cpp(994B)
----.manylinux-install.sh(2KB)
----CHANGES.rst(6KB)
----LICENSE.txt(1KB)
----MANIFEST.in(227B)
----setup.py(3KB)
----.travis.yml(3KB)
----tox.ini(296B)
----liblbfgs()