Uses of Class
opennlp.tools.chunker.ChunkerModel
Packages that use ChunkerModel
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package containing common code for performing full syntactic parsing.
-
Uses of ChunkerModel in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return ChunkerModelModifier and TypeMethodDescriptionstatic ChunkerModel
ChunkerME.train
(String lang, ObjectStream<ChunkSample> in, TrainingParameters mlParams, ChunkerFactory factory) Starts a training of aChunkerModel
with the given parameters.Constructors in opennlp.tools.chunker with parameters of type ChunkerModelModifierConstructorDescriptionChunkerME
(ChunkerModel model) Initializes aChunker
with the specifiedChunkerModel
.ThreadSafeChunkerME
(ChunkerModel model) Initializes aThreadSafeChunkerME
with the specifiedmodel
. -
Uses of ChunkerModel in opennlp.tools.cmdline.chunker
Methods in opennlp.tools.cmdline.chunker that return ChunkerModelModifier and TypeMethodDescriptionprotected ChunkerModel
ChunkerModelLoader.loadModel
(InputStream modelIn) -
Uses of ChunkerModel in opennlp.tools.parser
Methods in opennlp.tools.parser that return ChunkerModelMethods in opennlp.tools.parser with parameters of type ChunkerModelModifier and TypeMethodDescriptionParserModel.updateChunkerModel
(ChunkerModel chunkModel) Instantiates a newParserModel
instance from the existing configuration with the specifiedchunkModel
for exchange.Constructors in opennlp.tools.parser with parameters of type ChunkerModelModifierConstructorDescriptionParserModel
(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 ChunkerModel in opennlp.tools.util.model
Methods in opennlp.tools.util.model that return ChunkerModelMethods in opennlp.tools.util.model with parameters of type ChunkerModelModifier and TypeMethodDescriptionvoid
ChunkerModelSerializer.serialize
(ChunkerModel artifact, OutputStream out)