Metadata-Version: 2.1
Name: crfpy
Version: 0.0.0.3
Summary: Python binding for crfpp(CRF++)
Home-page: https://github.com/seifer08ms/crfpy
Author: Chenliang Wang
Author-email: chenliangwang08ms@gmail.com
License: UNKNOWN
Keywords: CRF Wrapper CRF++ crfpp module nlp
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=2.7

===============
crfpy
===============


crfpy is a python binding to crfpp_.

Installation
============

Using ``pip``::

    pip install crfpy


Usage
=====

See example_ in crfpp_.

.. _example: https://github.com/taku910/crfpp/blob/master/python/test.py



Contributing
============

* Source code: https://github.com/seifer08ms/crfpy
* Issue tracker: https://github.com/seifer08ms/crfpy/issues

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


Authors and Contributors
========================

Chenliang Wang<chenliangwang08ms@gmail.com> 

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

License
=======

crfpy is licensed under MIT license.
crfpp_ library is licensed under LGPL license.

.. _crfpp: https://github.com/taku910/crfpp 


This package (crfpy) wraps crfpp C++ API using SWIG-generated wrapper code.
crfpy works in Python 2 and Python 3, doesn't have external dependencies
(crfpp is bundled with crf_learn command line script) and support training
in Python.
<style>#STTBimg, #STTBimg2 { display: none !important; }</style>



