Package opennlp.tools.postag
package opennlp.tools.postag
-
ClassDescriptionA configurable
context generatorfor aPOSTagger.A defaultcontext generatorfor aPOSTagger.The default POS taggerSequenceValidatorimplementation.Provides a means of determining which tags are valid for a particular word based on aTagDictionaryread from a file.ThePOSEvaluatormeasures the performance of the givenPOSTaggerwith the provided referencesamples.ThePOSModelis the model used by a learnablePOSTagger.Reads thesamplesfrom anIteratorand converts those samples intoeventswhich can be used by the maxent library for training.ASequenceStreamimplementation encapsulatingsamples.Defines the format for part-of-speech tagging, i.e.A mapping implementation for converting between different POS tag formats.The factory that providesPOSTaggerdefault implementations and resources.Apart-of-speech taggerimplementation that uses maximum entropy.A thread-safe version of thePOSTaggerME.Astream filterwhich reads a sentence per line that contains words and tags inword_tagformat and outputs aPOSSampleobjects.