See: Description
Class | Description |
---|---|
BigramTagger |
Bigram Part of Speech tagger.
|
Bigram part of speech tagger.
The bigram part of speech tagger assigns tags to words in a sentence using the most probable set of tags as determined by a bigram 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.