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 ChunkerModel
ChunkerME. train(String lang, ObjectStream<ChunkSample> in, TrainingParameters mlParams, ChunkerFactory factory)
Constructors in opennlp.tools.chunker with parameters of type ChunkerModel Constructor Description ChunkerME(ChunkerModel model)
Initializes the current instance with the specified model. -
Uses of ChunkerModel in opennlp.tools.cmdline.chunker
Methods in opennlp.tools.cmdline.chunker that return ChunkerModel Modifier and Type Method Description protected ChunkerModel
ChunkerModelLoader. loadModel(InputStream modelIn)
-
Uses of ChunkerModel in opennlp.tools.parser
Methods in opennlp.tools.parser that return ChunkerModel Modifier and Type Method Description ChunkerModel
ParserModel. getParserChunkerModel()
Methods in opennlp.tools.parser with parameters of type ChunkerModel Modifier and Type Method Description ParserModel
ParserModel. updateChunkerModel(ChunkerModel chunkModel)
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)
ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType, Map<String,String> manifestInfoEntries)
ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String,String> manifestInfoEntries)
-
Uses of ChunkerModel in opennlp.tools.util.model
Methods in opennlp.tools.util.model that return ChunkerModel Modifier and Type Method Description ChunkerModel
ChunkerModelSerializer. create(InputStream in)
Methods in opennlp.tools.util.model with parameters of type ChunkerModel Modifier and Type Method Description void
ChunkerModelSerializer. serialize(ChunkerModel artifact, OutputStream out)
-