Package opennlp.tools.postag
Package related to part-of-speech tagging.
-
Interface Summary Interface Description MutableTagDictionary Interface that allowsTagDictionaryentries to be added and removed.POSContextGenerator Interface for aBeamSearchContextGeneratorused in POS tagging.POSTagger The interface for part of speech taggers.POSTaggerEvaluationMonitor A marker interface for evaluatingpos taggers.TagDictionary Interface to determine which tags are valid for a particular word based on a tag dictionary. -
Class Summary Class Description ConfigurablePOSContextGenerator A configurablecontext generatorfor aPOSTagger.DefaultPOSContextGenerator A defaultcontext generatorfor aPOSTagger.DefaultPOSSequenceValidator The default POS taggerSequenceValidatorimplementation.POSDictionary Provides a means of determining which tags are valid for a particular word based on aTagDictionaryread from a file.POSEvaluator ThePOSEvaluatormeasures the performance of the givenPOSTaggerwith the provided referencesamples.POSModel POSSample Represents an pos-taggedsentence.POSSampleEventStream POSSampleSequenceStream ASequenceStreamimplementation encapsulatingsamples.POSTaggerCrossValidator POSTaggerFactory The factory that providesPOSTaggerdefault implementations and resources.POSTaggerFactory.POSDictionarySerializer POSTaggerME Apart-of-speech taggerthat uses maximum entropy.WordTagSampleStream A stream filter which reads a sentence per line which contains words and tags inword_tagformat and outputs aPOSSampleobjects.