Uses of Class
opennlp.tools.chunker.ChunkerModel

Packages that use ChunkerModel
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. 
 

Uses of ChunkerModel in opennlp.tools.chunker
 

Methods in opennlp.tools.chunker that return ChunkerModel
static ChunkerModel ChunkerME.train(String lang, ObjectStream<ChunkSample> in, int cutoff, int iterations)
          Trains a new model for the ChunkerME.
static ChunkerModel ChunkerME.train(String lang, ObjectStream<ChunkSample> in, int cutoff, int iterations, ChunkerContextGenerator contextGenerator)
           
 

Constructors in opennlp.tools.chunker with parameters of type ChunkerModel
ChunkerME(ChunkerModel model)
          Initializes the current instance with the specified model.
ChunkerME(ChunkerModel model, int beamSize)
          Initializes the current instance with the specified model and the specified beam size.
ChunkerME(ChunkerModel model, int beamSize, SequenceValidator<String> sequenceValidator)
          Initializes the current instance with the specified model and the specified beam size.
ChunkerME(ChunkerModel model, int beamSize, SequenceValidator<String> sequenceValidator, ChunkerContextGenerator contextGenerator)
          Initializes the current instance with the specified model and the specified beam size.
 

Uses of ChunkerModel in opennlp.tools.cmdline.chunker
 

Methods in opennlp.tools.cmdline.chunker that return ChunkerModel
protected  ChunkerModel ChunkerModelLoader.loadModel(InputStream modelIn)
           
 

Uses of ChunkerModel in opennlp.tools.parser
 

Methods in opennlp.tools.parser that return ChunkerModel
 ChunkerModel ParserModel.getParserChunkerModel()
           
 

Methods in opennlp.tools.parser with parameters of type ChunkerModel
 ParserModel ParserModel.updateChunkerModel(ChunkerModel chunkModel)
           
 

Constructors in opennlp.tools.parser with parameters of type ChunkerModel
ParserChunkerSequenceValidator(ChunkerModel model)
           
ParserModel(String languageCode, opennlp.model.AbstractModel buildModel, opennlp.model.AbstractModel checkModel, opennlp.model.AbstractModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType)
           
ParserModel(String languageCode, opennlp.model.AbstractModel buildModel, opennlp.model.AbstractModel checkModel, opennlp.model.AbstractModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType, Map<String,String> manifestInfoEntries)
           
ParserModel(String languageCode, opennlp.model.AbstractModel buildModel, opennlp.model.AbstractModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String,String> manifestInfoEntries)
           
 



Copyright © 2010. All Rights Reserved.