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 classAbstractEventModelSequenceTrainerA basicEventModelSequenceTrainerimplementation 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 anEventModelSequenceTrainerthat 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 classSimplePerceptronSequenceTrainerTrainsmodelswith sequences using the perceptron algorithm.
-