Skip to main content

Part-of-speech and morphological tagger employing a simple cased-based algorithm.

Project description

===============================
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: Updates


Part-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 for
each language.

When tagging a phrase, the tagger fetches any relevant case for each word, and then 'merges' the cases.

Installation
-----------

pip install casetagger

Usage
--------

casetagger [OPTIONS]

Tagging
--------

The

Features
--------

* TODO

Credits
---------

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

casetagger-0.3.2.tar.gz (22.8 kB view hashes)

Uploaded Source

Built Distribution

casetagger-0.3.2-py2.py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page