Last updated:
0 purchases
casetagger 0.4.3
===============================Case Tagger===============================.. image:: https://img.shields.io/pypi/v/casetagger.svg :target: https://pypi.python.org/pypi/casetagger.. image:: https://img.shields.io/travis/Typecraft/casetagger.svg :target: https://travis-ci.org/Typecraft/casetagger.. image:: https://readthedocs.org/projects/casetagger/badge/?version=latest :target: https://casetagger.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status.. image:: https://pyup.io/repos/github/Typecraft/casetagger/shield.svg :target: https://pyup.io/repos/github/Typecraft/casetagger/ :alt: UpdatesPart-of-speech and morphological tagger employing a simple cased-based algorithm.* Free software: MIT license* Documentation: https://casetagger.readthedocs.io.Overview--------The case tagger is a polyglot part-of-speech and morphological gloss-tagger. The tag-set used is the `Typecraft tag-set<https://typecraft.org/tc2wiki/Special:TypeCraft/POSTags/>`_.The tagger uses simple case-based learning from a large corpus to create a large database of different cases foreach language.When tagging a phrase, the tagger fetches any relevant case for each word, and then 'merges' the cases.Installation----------- pip install casetaggerUsage-------- casetagger [OPTIONS]Tagging--------TheFeatures--------* TODOCredits---------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template... _Cookiecutter: https://github.com/audreyr/cookiecutter.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage=======History=======0.1.0 (2016-08-15)------------------* First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.