Verwendungen von Klasse
opennlp.tools.parser.ParserModel
Packages, die ParserModel verwenden
Package
Beschreibung
Package containing common code for performing full syntactic parsing.
Package containing code for performing full syntactic parsing using shift/reduce-style decisions.
Package containing experimental code for performing full syntactic
parsing using attachment decisions.
-
Verwendungen von ParserModel in opennlp.tools.cmdline.parser
Methoden in opennlp.tools.cmdline.parser, die ParserModel zurückgebenModifizierer und TypMethodeBeschreibungprotected ParserModel
ParserModelLoader.loadModel
(InputStream modelIn) protected ParserModel
BuildModelUpdaterTool.trainAndUpdate
(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters) protected ParserModel
CheckModelUpdaterTool.trainAndUpdate
(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters) Methoden in opennlp.tools.cmdline.parser mit Parametern vom Typ ParserModelModifizierer und TypMethodeBeschreibungprotected ParserModel
BuildModelUpdaterTool.trainAndUpdate
(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters) protected ParserModel
CheckModelUpdaterTool.trainAndUpdate
(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters) -
Verwendungen von ParserModel in opennlp.tools.parser
Methoden in opennlp.tools.parser, die ParserModel zurückgebenModifizierer und TypMethodeBeschreibungParserModel.updateBuildModel
(MaxentModel buildModel) Instantiates a newParserModel
instance from the existing configuration with the specifiedbuildModel
for exchange.ParserModel.updateCheckModel
(MaxentModel checkModel) Instantiates a newParserModel
instance from the existing configuration with the specifiedcheckModel
for exchange.ParserModel.updateChunkerModel
(ChunkerModel chunkModel) Instantiates a newParserModel
instance from the existing configuration with the specifiedchunkModel
for exchange.ParserModel.updateTaggerModel
(POSModel taggerModel) Instantiates a newParserModel
instance from the existing configuration with the specifiedtaggerModel
for exchange.Methoden in opennlp.tools.parser mit Parametern vom Typ ParserModelModifizierer und TypMethodeBeschreibungstatic Parser
ParserFactory.create
(ParserModel model) Instantiates aParser
via a givenmodel
and default configuration parameters (see:AbstractBottomUpParser
).static Parser
ParserFactory.create
(ParserModel model, int beamSize, double advancePercentage) Instantiates aParser
via a givenmodel
and other configuration parameters. -
Verwendungen von ParserModel in opennlp.tools.parser.chunking
Methoden in opennlp.tools.parser.chunking, die ParserModel zurückgebenModifizierer und TypMethodeBeschreibungstatic ParserModel
Parser.train
(String languageCode, ObjectStream<Parse> parseSamples, HeadRules rules, TrainingParameters mlParams) Starts a training of aParserModel
.Konstruktoren in opennlp.tools.parser.chunking mit Parametern vom Typ ParserModelModifiziererKonstruktorBeschreibungParser
(ParserModel model) Instantiates aParser
via a givenmodel
.Parser
(ParserModel model, int beamSize, double advancePercentage) Instantiates aParser
via a givenmodel
and other configuration parameters. -
Verwendungen von ParserModel in opennlp.tools.parser.treeinsert
Methoden in opennlp.tools.parser.treeinsert, die ParserModel zurückgebenModifizierer und TypMethodeBeschreibungstatic ParserModel
Parser.train
(String languageCode, ObjectStream<Parse> parseSamples, HeadRules rules, int iterations, int cutoff) Starts a training of aParserModel
.static ParserModel
Parser.train
(String languageCode, ObjectStream<Parse> parseSamples, HeadRules rules, TrainingParameters mlParams) Starts a training of aParserModel
.Konstruktoren in opennlp.tools.parser.treeinsert mit Parametern vom Typ ParserModelModifiziererKonstruktorBeschreibungParser
(ParserModel model) Instantiates aParser
via a givenmodel
.Parser
(ParserModel model, int beamSize, double advancePercentage) Instantiates aParser
via a givenmodel
and other configuration parameters.