Uses of Class
opennlp.tools.parser.ParserModel
Packages that use ParserModel
Package
Description
-
Uses of ParserModel in opennlp.tools.parser
Methods in opennlp.tools.parser that return ParserModelModifier and TypeMethodDescriptionParserModel.updateBuildModel(opennlp.tools.ml.model.MaxentModel buildModel) Instantiates a newParserModelinstance from the existing configuration with the specifiedbuildModelfor exchange.ParserModel.updateCheckModel(opennlp.tools.ml.model.MaxentModel checkModel) Instantiates a newParserModelinstance from the existing configuration with the specifiedcheckModelfor exchange.ParserModel.updateChunkerModel(ChunkerModel chunkModel) Instantiates a newParserModelinstance from the existing configuration with the specifiedchunkModelfor exchange.ParserModel.updateTaggerModel(POSModel taggerModel) Instantiates a newParserModelinstance from the existing configuration with the specifiedtaggerModelfor exchange.Methods in opennlp.tools.parser with parameters of type ParserModelModifier and TypeMethodDescriptionstatic opennlp.tools.parser.ParserParserFactory.create(ParserModel model) Instantiates aParservia a givenmodeland default configuration parameters (see:AbstractBottomUpParser).static opennlp.tools.parser.ParserParserFactory.create(ParserModel model, int beamSize, double advancePercentage) Instantiates aParservia a givenmodeland other configuration parameters. -
Uses of ParserModel in opennlp.tools.parser.chunking
Methods in opennlp.tools.parser.chunking that return ParserModelModifier and TypeMethodDescriptionstatic ParserModelParser.train(String languageCode, opennlp.tools.util.ObjectStream<opennlp.tools.parser.Parse> parseSamples, opennlp.tools.parser.HeadRules rules, opennlp.tools.util.TrainingParameters mlParams) Starts a training of aParserModel.Constructors in opennlp.tools.parser.chunking with parameters of type ParserModelModifierConstructorDescriptionParser(ParserModel model) Instantiates aParservia a givenmodel.Parser(ParserModel model, int beamSize, double advancePercentage) Instantiates aParservia a givenmodeland other configuration parameters. -
Uses of ParserModel in opennlp.tools.parser.treeinsert
Methods in opennlp.tools.parser.treeinsert that return ParserModelModifier and TypeMethodDescriptionstatic ParserModelParser.train(String languageCode, opennlp.tools.util.ObjectStream<opennlp.tools.parser.Parse> parseSamples, opennlp.tools.parser.HeadRules rules, int iterations, int cutoff) Starts a training of aParserModel.static ParserModelParser.train(String languageCode, opennlp.tools.util.ObjectStream<opennlp.tools.parser.Parse> parseSamples, opennlp.tools.parser.HeadRules rules, opennlp.tools.util.TrainingParameters mlParams) Starts a training of aParserModel.Constructors in opennlp.tools.parser.treeinsert with parameters of type ParserModelModifierConstructorDescriptionParser(ParserModel model) Instantiates aParservia a givenmodel.Parser(ParserModel model, int beamSize, double advancePercentage) Instantiates aParservia a givenmodeland other configuration parameters.