| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.ml |
Package containing common code for training and evaluating IXA pipes models.
|
| eus.ixa.ixa.pipe.ml.parse |
Package containing the Parser classes.
|
| Modifier and Type | Method and Description |
|---|---|
ParserModel |
ShiftReduceParserTrainer.train(opennlp.tools.util.TrainingParameters params,
InputStream taggerModel,
opennlp.tools.util.TrainingParameters chunkerParams)
Train a parser model providing an already trained POS tagger.
|
ParserModel |
ShiftReduceParserTrainer.train(opennlp.tools.util.TrainingParameters params,
opennlp.tools.util.TrainingParameters taggerParams,
opennlp.tools.util.TrainingParameters chunkerParams)
Train a parser model from the Treebank data.
|
| Modifier and Type | Method and Description |
|---|---|
static ParserModel |
ShiftReduceParser.train(String languageCode,
opennlp.tools.util.ObjectStream<Parse> parseSamples,
HeadRules rules,
opennlp.tools.util.TrainingParameters trainParams,
ParserFactory parserFactory,
SequenceLabelerModel posModel,
opennlp.tools.util.TrainingParameters chunkerParams,
SequenceLabelerFactory chunkerFactory) |
static ParserModel |
ShiftReduceParser.train(String languageCode,
opennlp.tools.util.ObjectStream<Parse> parseSamples,
HeadRules rules,
opennlp.tools.util.TrainingParameters trainParams,
ParserFactory parserFactory,
opennlp.tools.util.TrainingParameters taggerParams,
SequenceLabelerFactory taggerFactory,
opennlp.tools.util.TrainingParameters chunkerParams,
SequenceLabelerFactory chunkerFactory) |
ParserModel |
ParserModel.updateBuildModel(opennlp.tools.ml.model.MaxentModel buildModel) |
ParserModel |
ParserModel.updateCheckModel(opennlp.tools.ml.model.MaxentModel checkModel) |
ParserModel |
ParserModel.updateChunkerModel(SequenceLabelerModel chunkModel) |
ParserModel |
ParserModel.updateTaggerModel(SequenceLabelerModel taggerModel) |
| Constructor and Description |
|---|
ShiftReduceParser(ParserModel model) |
ShiftReduceParser(ParserModel model,
int beamSize,
double advancePercentage) |
Copyright © 2016 IXA pipes. All rights reserved.