Uses of Class
opennlp.tools.chunker.ChunkerModel
Packages that use ChunkerModel
-
Uses of ChunkerModel in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return ChunkerModelModifier and TypeMethodDescriptionstatic ChunkerModelChunkerME.train(String lang, opennlp.tools.util.ObjectStream<opennlp.tools.chunker.ChunkSample> in, opennlp.tools.util.TrainingParameters mlParams, ChunkerFactory factory) Starts a training of aChunkerModelwith the given parameters.Constructors in opennlp.tools.chunker with parameters of type ChunkerModelModifierConstructorDescriptionChunkerME(ChunkerModel model) Initializes aChunkerwith the specifiedChunkerModel.ThreadSafeChunkerME(ChunkerModel model) Initializes aThreadSafeChunkerMEwith the specifiedmodel. -
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 newParserModelinstance from the existing configuration with the specifiedchunkModelfor exchange.Constructors in opennlp.tools.parser with parameters of type ChunkerModelModifierConstructorDescriptionParserModel(String languageCode, opennlp.tools.ml.model.MaxentModel buildModel, opennlp.tools.ml.model.MaxentModel checkModel, opennlp.tools.ml.model.MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, opennlp.tools.parser.HeadRules headRules, opennlp.tools.parser.ParserType modelType) Initializes aParserModelinstance via given parameters.ParserModel(String languageCode, opennlp.tools.ml.model.MaxentModel buildModel, opennlp.tools.ml.model.MaxentModel checkModel, opennlp.tools.ml.model.MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, opennlp.tools.parser.HeadRules headRules, opennlp.tools.parser.ParserType modelType, Map<String, String> manifestInfoEntries) Initializes aParserModelinstance via given parameters.ParserModel(String languageCode, opennlp.tools.ml.model.MaxentModel buildModel, opennlp.tools.ml.model.MaxentModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, opennlp.tools.parser.HeadRules headRules, opennlp.tools.parser.ParserType type, Map<String, String> manifestInfoEntries) Initializes aParserModelinstance via given parameters. -
Uses of ChunkerModel in opennlp.tools.util.model
Classes in opennlp.tools.util.model that implement interfaces with type arguments of type ChunkerModelMethods in opennlp.tools.util.model that return ChunkerModelMethods in opennlp.tools.util.model with parameters of type ChunkerModelModifier and TypeMethodDescriptionvoidChunkerModelSerializer.serialize(ChunkerModel artifact, OutputStream out)