Case Tagger

https://img.shields.io/pypi/v/casetagger.svg https://img.shields.io/travis/Typecraft/casetagger.svg Documentation Status Updates

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

Overview

The case tagger is a polyglot part-of-speech and morphological gloss-tagger. The tag-set used is the Typecraft tag-set.

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.