{ "info": { "author": "Supercoderhawk, Terry Peng, Mikhail Korobov", "author_email": "supercoderhawk@gmail.com, pengtaoo@gmail.com, kmike84@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Linguistic" ], "description": "===============\npython-crfsuite\n===============\n\n.. image:: https://travis-ci.org/scrapinghub/python-crfsuite.svg?branch=master\n :target: https://travis-ci.org/scrapinghub/python-crfsuite\n\n.. image:: https://ci.appveyor.com/api/projects/status/uaq4sw8tc0oojr4v?svg=true\n :target: https://ci.appveyor.com/project/kmike/python-crfsuite-mhi5h\n\n.. image:: https://img.shields.io/pypi/v/python-crfsuite.svg?style=flat-square\n :target: https://pypi.python.org/pypi/python-crfsuite\n :alt: pypi Version\n\n.. image:: https://anaconda.org/conda-forge/python-crfsuite/badges/version.svg\n :target: https://anaconda.org/conda-forge/python-crfsuite\n :alt: conda Version\n\npython-crfsuite is a python binding to CRFsuite_.\n\nInstallation\n============\n\nUsing ``pip``::\n\n pip install python-crfsuite\n\nUsing ``conda``::\n\n conda install -c conda-forge python-crfsuite\n\nUsage\n=====\n\nSee docs_ and an example_.\n\n.. _docs: http://python-crfsuite.rtfd.org/\n.. _example: https://github.com/scrapinghub/python-crfsuite/blob/master/examples/CoNLL%202002.ipynb\n\nSee Also\n========\n\nsklearn-crfsuite_ is a python-crfsuite wrapper which provides\nAPI similar to scikit-learn.\n\n.. _sklearn-crfsuite: https://github.com/TeamHG-Memex/sklearn-crfsuite\n\nContributing\n============\n\n* Source code: https://github.com/scrapinghub/python-crfsuite\n* Issue tracker: https://github.com/scrapinghub/python-crfsuite/issues\n\nFeel free to submit ideas, bugs reports, pull requests or regular patches.\n\nIn order to run tests, install Cython_ (> 0.24.1) and tox_, then type\n\n::\n\n ./update_cpp.sh; tox\n\nfrom the source checkout.\n\nPlease don't commit generated cpp files in the same commit as other files.\n\n.. _Cython: http://cython.org/\n.. _tox: http://tox.testrun.org\n\nAuthors and Contributors\n========================\n\nOriginal authors are Terry Peng and\nMikhail Korobov . Many other people contributed;\nsome of them can be found at github Contributors_ page.\n\nBundled CRFSuite_ C/C++ library is by Naoaki Okazaki & contributors.\n\n.. _Contributors: https://github.com/scrapinghub/python-crfsuite/graphs/contributors\n\nLicense\n=======\n\npython-crfsuite is licensed under MIT license.\nCRFsuite_ library is licensed under BSD license.\n\n.. _CRFsuite: https://github.com/chokkan/crfsuite\n\nAlternatives\n============\n\n* https://github.com/chokkan/crfsuite/tree/master/swig/python - official\n Python wrapper, exposes C++ API using SWIG.\n* https://github.com/jakevdp/pyCRFsuite - uses C API instead of C++ API;\n allows to use scipy sparse matrices as an input. At the time of writing\n it is unmaintained.\n\nThis package (python-crfsuite) wraps CRFsuite C++ API using Cython.\nIt is faster than official SWIG wrapper and has a simpler codebase than\na more advanced pyCRFsuite. python-crfsuite works in Python 2 and Python 3,\ndoesn't have external dependencies (CRFsuite is bundled, numpy/scipy stack\nis not needed) and workarounds some of the issues with C++ CRFsuite library.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/supercoderhawk/python-crfsuite", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-crfsuite-extension", "package_url": "https://pypi.org/project/python-crfsuite-extension/", "platform": "", "project_url": "https://pypi.org/project/python-crfsuite-extension/", "project_urls": { "Homepage": "https://github.com/supercoderhawk/python-crfsuite" }, "release_url": "https://pypi.org/project/python-crfsuite-extension/0.9.7/", "requires_dist": null, "requires_python": "", "summary": "Python binding for CRFsuite", "version": "0.9.7" }, "last_serial": 4633171, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "70216357b04a71fff1693b3a7fb18305", "sha256": "213381295dda790545de7fd953ab654259472b78720e4240f347275be2c93acd" }, "downloads": -1, "filename": "python-crfsuite-extension-0.0.1.tar.gz", "has_sig": false, "md5_digest": "70216357b04a71fff1693b3a7fb18305", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 485623, "upload_time": "2018-12-11T10:12:11", "url": "https://files.pythonhosted.org/packages/18/df/837461a75b9caf940c0385b52509184510de6e183604edbefc34364df8d0/python-crfsuite-extension-0.0.1.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "7564d4b4144d97f4bb739c6b0f557dca", "sha256": "cd3fcf51e1fee3311164f171ba2d7433f902e0ad60d48c8b122cf70fb50bbf62" }, "downloads": -1, "filename": "python-crfsuite-extension-0.9.7.tar.gz", "has_sig": false, "md5_digest": "7564d4b4144d97f4bb739c6b0f557dca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 485810, "upload_time": "2018-12-25T10:05:58", "url": "https://files.pythonhosted.org/packages/93/a8/f58b1b803fe9f3a96b501aa5558320fa8c3a3f80b715278bc32a1831ae3a/python-crfsuite-extension-0.9.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7564d4b4144d97f4bb739c6b0f557dca", "sha256": "cd3fcf51e1fee3311164f171ba2d7433f902e0ad60d48c8b122cf70fb50bbf62" }, "downloads": -1, "filename": "python-crfsuite-extension-0.9.7.tar.gz", "has_sig": false, "md5_digest": "7564d4b4144d97f4bb739c6b0f557dca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 485810, "upload_time": "2018-12-25T10:05:58", "url": "https://files.pythonhosted.org/packages/93/a8/f58b1b803fe9f3a96b501aa5558320fa8c3a3f80b715278bc32a1831ae3a/python-crfsuite-extension-0.9.7.tar.gz" } ] }