Uses of Class
opennlp.tools.postag.POSModel
Packages that use POSModel
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 POSModel in opennlp.tools.cmdline.postag
Methods in opennlp.tools.cmdline.postag that return POSModelModifier and TypeMethodDescriptionprotected POSModel
POSModelLoader.loadModel
(InputStream modelIn) -
Uses of POSModel in opennlp.tools.parser
Methods in opennlp.tools.parser that return POSModelMethods in opennlp.tools.parser with parameters of type POSModelModifier and TypeMethodDescriptionParserModel.updateTaggerModel
(POSModel taggerModel) Instantiates a newParserModel
instance from the existing configuration with the specifiedtaggerModel
for exchange.Constructors in opennlp.tools.parser with parameters of type POSModelModifierConstructorDescriptionParserModel
(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType) Initializes aParserModel
instance via given parameters.ParserModel
(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType, Map<String, String> manifestInfoEntries) Initializes aParserModel
instance via given parameters.ParserModel
(String languageCode, MaxentModel buildModel, MaxentModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String, String> manifestInfoEntries) Initializes aParserModel
instance via given parameters. -
Uses of POSModel in opennlp.tools.postag
Methods in opennlp.tools.postag that return POSModelModifier and TypeMethodDescriptionstatic POSModel
POSTaggerME.train
(String languageCode, ObjectStream<POSSample> samples, TrainingParameters mlParams, POSTaggerFactory posFactory) Starts a training of aPOSModel
with the given parameters.Methods in opennlp.tools.postag with parameters of type POSModelModifier and TypeMethodDescriptionstatic POSTagFormat
POSTagFormatMapper.guessFormat
(POSModel posModel) Guesses thePOSTagFormat
of a givenPOSModel
Constructors in opennlp.tools.postag with parameters of type POSModelModifierConstructorDescriptionPOSTaggerME
(POSModel model) Initializes aPOSTaggerME
with the providedmodel
.POSTaggerME
(POSModel model, POSTagFormat format) Initializes aPOSTaggerME
with the providedmodel
.ThreadSafePOSTaggerME
(POSModel model) Initializes aThreadSafePOSTaggerME
with the specifiedmodel
.ThreadSafePOSTaggerME
(POSModel model, POSTagFormat format) Initializes aThreadSafePOSTaggerME
with the specifiedmodel
. -
Uses of POSModel in opennlp.tools.util.featuregen
Constructors in opennlp.tools.util.featuregen with parameters of type POSModelModifierConstructorDescriptionPOSTaggerNameFeatureGenerator
(POSModel aPosModel) Initializes aPOSTaggerNameFeatureGenerator
with the specifiedPOSModel
. -
Uses of POSModel in opennlp.tools.util.model
Methods in opennlp.tools.util.model that return POSModelMethods in opennlp.tools.util.model with parameters of type POSModelModifier and TypeMethodDescriptionvoid
POSModelSerializer.serialize
(POSModel artifact, OutputStream out)