python-crfsuite

A python binding for crfsuite

Github星跟蹤圖

===============
python-crfsuite

.. image:: https://travis-ci.org/scrapinghub/python-crfsuite.svg?branch=master
:target: https://travis-ci.org/scrapinghub/python-crfsuite

.. image:: https://ci.appveyor.com/api/projects/status/uaq4sw8tc0oojr4v?svg=true
:target: https://ci.appveyor.com/project/kmike/python-crfsuite-mhi5h

.. image:: https://img.shields.io/pypi/v/python-crfsuite.svg?style=flat-square
:target: https://pypi.python.org/pypi/python-crfsuite
:alt: pypi Version

.. image:: https://anaconda.org/conda-forge/python-crfsuite/badges/version.svg
:target: https://anaconda.org/conda-forge/python-crfsuite
:alt: conda Version

python-crfsuite is a python binding to CRFsuite_.

Installation

Using pip::

pip install python-crfsuite

Using conda::

conda install -c conda-forge python-crfsuite

Usage

See docs_ and an example_.

.. _docs: http://python-crfsuite.rtfd.org/
.. _example: https://github.com/scrapinghub/python-crfsuite/blob/master/examples/CoNLL%202002.ipynb

See Also

sklearn-crfsuite_ is a python-crfsuite wrapper which provides
API similar to scikit-learn.

.. _sklearn-crfsuite: https://github.com/TeamHG-Memex/sklearn-crfsuite

Contributing

Feel free to submit ideas, bugs reports, pull requests or regular patches.

In order to run tests, install Cython_ (> 0.24.1) and tox_, then type

::

./update_cpp.sh; tox

from the source checkout.

Please don't commit generated cpp files in the same commit as other files.

.. _Cython: http://cython.org/
.. _tox: http://tox.testrun.org

Authors and Contributors

Original authors are Terry Peng pengtaoo@gmail.com and
Mikhail Korobov kmike84@gmail.com. Many other people contributed;
some of them can be found at github Contributors_ page.

Bundled CRFSuite_ C/C++ library is by Naoaki Okazaki & contributors.

.. _Contributors: https://github.com/scrapinghub/python-crfsuite/graphs/contributors

License

python-crfsuite is licensed under MIT license.
CRFsuite_ library is licensed under BSD license.

.. _CRFsuite: https://github.com/chokkan/crfsuite

Alternatives

This package (python-crfsuite) wraps CRFsuite C++ API using Cython.
It is faster than official SWIG wrapper and has a simpler codebase than
a more advanced pyCRFsuite. python-crfsuite works in Python 2 and Python 3,
doesn't have external dependencies (CRFsuite is bundled, numpy/scipy stack
is not needed) and workarounds some of the issues with C++ CRFsuite library.

主要指標

概覽
名稱與所有者scrapinghub/python-crfsuite
主編程語言Python
編程語言Python (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2014-04-13 07:26:21
推送於2024-10-01 16:14:45
最后一次提交2024-10-01 11:52:35
發布數28
最新版本名稱0.9.11 (發布於 )
第一版名稱0.1 (發布於 2014-04-30 06:07:52)
用户参与
星數772
關注者數32
派生數222
提交數346
已啟用問題?
問題數100
打開的問題數45
拉請求數44
打開的拉請求數3
關閉的拉請求數17
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?