Uses of Class
opennlp.tools.chunker.ChunkerModel
-
Packages that use ChunkerModel Package Description opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks.opennlp.tools.cmdline.chunker opennlp.tools.parser Package containing common code for performing full syntactic parsing.opennlp.tools.util.model -
-
Uses of ChunkerModel in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return ChunkerModel Modifier and Type Method Description static ChunkerModelChunkerME. train(String lang, ObjectStream<ChunkSample> in, TrainingParameters mlParams, ChunkerFactory factory)Starts a training of aChunkerModelwith the given parameters.Constructors in opennlp.tools.chunker with parameters of type ChunkerModel Constructor Description ChunkerME(ChunkerModel model)Initializes the current instance with the specifiedChunkerModel. -
Uses of ChunkerModel in opennlp.tools.cmdline.chunker
Methods in opennlp.tools.cmdline.chunker that return ChunkerModel Modifier and Type Method Description protected ChunkerModelChunkerModelLoader. loadModel(InputStream modelIn) -
Uses of ChunkerModel in opennlp.tools.parser
Methods in opennlp.tools.parser that return ChunkerModel Modifier and Type Method Description ChunkerModelParserModel. getParserChunkerModel()Methods in opennlp.tools.parser with parameters of type ChunkerModel Modifier and Type Method Description ParserModelParserModel. updateChunkerModel(ChunkerModel chunkModel)Instantiates a newParserModelinstance from the existing configuration with the specifiedchunkModelfor exchange.Constructors in opennlp.tools.parser with parameters of type ChunkerModel Constructor Description ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType)Initializes aParserModelinstance 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 aParserModelinstance via given parameters.ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String,String> manifestInfoEntries)Initializes aParserModelinstance via given parameters. -
Uses of ChunkerModel in opennlp.tools.util.model
Methods in opennlp.tools.util.model that return ChunkerModel Modifier and Type Method Description ChunkerModelChunkerModelSerializer. create(InputStream in)Methods in opennlp.tools.util.model with parameters of type ChunkerModel Modifier and Type Method Description voidChunkerModelSerializer. serialize(ChunkerModel artifact, OutputStream out)
-