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 ParserModelParserModelLoader.loadModel(InputStream modelIn) protected ParserModelBuildModelUpdaterTool.trainAndUpdate(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters) protected ParserModelCheckModelUpdaterTool.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 ParserModelBuildModelUpdaterTool.trainAndUpdate(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters) protected ParserModelCheckModelUpdaterTool.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 newParserModelinstance from the existing configuration with the specifiedbuildModelfor exchange.ParserModel.updateCheckModel(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.Methoden in opennlp.tools.parser mit Parametern vom Typ ParserModelModifizierer und TypMethodeBeschreibungstatic ParserParserFactory.create(ParserModel model) Instantiates aParservia a givenmodeland default configuration parameters (see:AbstractBottomUpParser).static ParserParserFactory.create(ParserModel model, int beamSize, double advancePercentage) Instantiates aParservia a givenmodeland other configuration parameters. -
Verwendungen von ParserModel in opennlp.tools.parser.chunking
Methoden in opennlp.tools.parser.chunking, die ParserModel zurückgebenModifizierer und TypMethodeBeschreibungstatic ParserModelParser.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 aParservia a givenmodel.Parser(ParserModel model, int beamSize, double advancePercentage) Instantiates aParservia a givenmodeland other configuration parameters. -
Verwendungen von ParserModel in opennlp.tools.parser.treeinsert
Methoden in opennlp.tools.parser.treeinsert, die ParserModel zurückgebenModifizierer und TypMethodeBeschreibungstatic ParserModelParser.train(String languageCode, ObjectStream<Parse> parseSamples, HeadRules rules, int iterations, int cutoff) Starts a training of aParserModel.static ParserModelParser.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 aParservia a givenmodel.Parser(ParserModel model, int beamSize, double advancePercentage) Instantiates aParservia a givenmodeland other configuration parameters.