Uses of Interface
opennlp.tools.ml.EventModelSequenceTrainer
Packages that use EventModelSequenceTrainer
Package
Description
Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers.
Package related to ML by means of the perceptron algorithm.
-
Uses of EventModelSequenceTrainer in opennlp.tools.ml
Classes in opennlp.tools.ml that implement EventModelSequenceTrainerModifier and TypeClassDescriptionclass
A basicEventModelSequenceTrainer
implementation that processesevents
.Methods in opennlp.tools.ml that return EventModelSequenceTrainerModifier and TypeMethodDescriptionstatic <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 EventModelSequenceTrainerModifier and TypeClassDescriptionclass
Trainsmodels
with sequences using the perceptron algorithm.