Uses of Interface
opennlp.tools.postag.POSTagger
Packages that use POSTagger
Package
Description
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
This package contains classes for generating sequence features.
-
Uses of POSTagger in opennlp.tools.parser
Fields in opennlp.tools.parser declared as POSTaggerModifier and TypeFieldDescriptionprotected POSTagger
AbstractBottomUpParser.tagger
The pos-tagger that the parser uses.Constructors in opennlp.tools.parser with parameters of type POSTaggerModifierConstructorDescriptionAbstractBottomUpParser
(POSTagger tagger, Chunker chunker, HeadRules headRules, int beamSize, double advancePercentage) -
Uses of POSTagger in opennlp.tools.postag
Classes in opennlp.tools.postag that implement POSTaggerModifier and TypeClassDescriptionclass
Apart-of-speech tagger
implementation that uses maximum entropy.class
A thread-safe version of thePOSTaggerME
.Constructors in opennlp.tools.postag with parameters of type POSTaggerModifierConstructorDescriptionPOSEvaluator
(POSTagger tagger, POSTaggerEvaluationMonitor... listeners) Initializes the current instance. -
Uses of POSTagger in opennlp.tools.util.featuregen
Constructors in opennlp.tools.util.featuregen with parameters of type POSTaggerModifierConstructorDescriptionPOSTaggerNameFeatureGenerator
(POSTagger aPosTagger) Initializes a new instance.