Package opennlp.tools.postag
package opennlp.tools.postag
Package related to part-of-speech tagging.
-
ClassDescriptionA context generator for the POS Tagger.A context generator for the POS Tagger.Interface that allows
TagDictionaryentries to be added and removed.The interface for a context generator for the POS Tagger.Provides a means of determining which tags are valid for a particular word based on a tag dictionary read from a file.ThePOSEvaluatormeasures the performance of the givenPOSTaggerwith the provided referencePOSSamples.Represents an pos-tagged sentence.The interface for part of speech taggers.The factory that provides POS Tagger default implementations and resourcesA part-of-speech tagger that uses maximum entropy.Interface to determine which tags are valid for a particular word based on a tag dictionary.A stream filter which reads a sentence per line which contains words and tags in word_tag format and outputs aPOSSampleobjects.