Uses of Class
opennlp.tools.ml.AbstractTrainer
Packages that use AbstractTrainer
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 Maximum Entropy (ME) algorithm.
Package related to ML by means of the Quasi Newton (QN) algorithm.
Package related to ML by means of the Naive Bayes algorithm.
Package related to ML by means of the perceptron algorithm.
-
Uses of AbstractTrainer in opennlp.tools.ml
Subclasses of AbstractTrainer in opennlp.tools.mlModifier and TypeClassDescriptionclass
A basicEventModelSequenceTrainer
implementation that processesevents
.class
A basicEventTrainer
implementation. -
Uses of AbstractTrainer in opennlp.tools.ml.maxent
Subclasses of AbstractTrainer in opennlp.tools.ml.maxentModifier and TypeClassDescriptionclass
An implementation of Generalized Iterative Scaling (GIS). -
Uses of AbstractTrainer in opennlp.tools.ml.maxent.quasinewton
Subclasses of AbstractTrainer in opennlp.tools.ml.maxent.quasinewton -
Uses of AbstractTrainer in opennlp.tools.ml.naivebayes
Subclasses of AbstractTrainer in opennlp.tools.ml.naivebayesModifier and TypeClassDescriptionclass
Trainsmodels
using the combination of EM algorithm and Naive Bayes classifier which is described in: -
Uses of AbstractTrainer in opennlp.tools.ml.perceptron
Subclasses of AbstractTrainer in opennlp.tools.ml.perceptron