Uses of Interface
opennlp.tools.postag.POSTagger
-
Packages that use POSTagger Package Description opennlp.tools.parser Package containing common code for performing full syntactic parsing.opennlp.tools.postag Package related to part-of-speech tagging.opennlp.tools.util.featuregen This package contains classes for generating sequence features. -
-
Uses of POSTagger in opennlp.tools.parser
Fields in opennlp.tools.parser declared as POSTagger Modifier and Type Field Description protected POSTaggerAbstractBottomUpParser. taggerThe pos-tagger that the parser uses.Constructors in opennlp.tools.parser with parameters of type POSTagger Constructor Description AbstractBottomUpParser(POSTagger tagger, Chunker chunker, HeadRules headRules, int beamSize, double advancePercentage) -
Uses of POSTagger in opennlp.tools.postag
Classes in opennlp.tools.postag that implement POSTagger Modifier and Type Class Description classPOSTaggerMEApart-of-speech taggerthat uses maximum entropy.Constructors in opennlp.tools.postag with parameters of type POSTagger Constructor Description POSEvaluator(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 POSTagger Constructor Description POSTaggerNameFeatureGenerator(POSTagger aPosTagger)Initializes a new instance.
-