Module nlprule::tokenizer::tag[][src]

A dictionary-based tagger. The raw format is tuples of the form (word, lemma, part-of-speech) where each word typically has multiple entries with different part-of-speech tags.

Structs

Tagger

The lexical tagger.