Uses of Interface
opennlp.tools.ml.EventModelSequenceTrainer
-
Packages that use EventModelSequenceTrainer Package Description opennlp.tools.ml Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers.opennlp.tools.ml.perceptron Package related to ML by means of the perceptron algorithm. -
-
Uses of EventModelSequenceTrainer in opennlp.tools.ml
Classes in opennlp.tools.ml that implement EventModelSequenceTrainer Modifier and Type Class Description class
AbstractEventModelSequenceTrainer
A basicEventModelSequenceTrainer
implementation that processesevents
.Methods in opennlp.tools.ml that return EventModelSequenceTrainer Modifier and Type Method Description static <T> EventModelSequenceTrainer<T>
TrainerFactory. getEventModelSequenceTrainer(TrainingParameters trainParams, Map<String,String> reportMap)
Retrieves anEventModelSequenceTrainer
that fits the given parameters. -
Uses of EventModelSequenceTrainer in opennlp.tools.ml.perceptron
Classes in opennlp.tools.ml.perceptron that implement EventModelSequenceTrainer Modifier and Type Class Description class
SimplePerceptronSequenceTrainer
Trainsmodels
with sequences using the perceptron algorithm.
-