Package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigramhybrid

Hybrid trigram part of speech tagger.

See: Description

Package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.trigramhybrid Description

Hybrid trigram part of speech tagger.

The hybrid trigram part of speech tagger assigns tags to words in a sentence using the most probable set of tags as determined by a trigram hidden Markov model, given the possible tags of the previous words. The Viterbi algorithm is used to reduce the amount of computation required to find the optimal tag assignments. A rule-based retagger applies a set of rules to correct the initial tags emitted by the trigram model.