camel_tools.tagger.common
This sub-module contains common functions and classes used for tagging.
Classes
- class camel_tools.tagger.default.Tagger
Base class for taggers. A tagger maps each item in a list of tokens (i.e. a sentence) to some other value. Examples of taggers include POS taggers, diacritizers, etc.