Uses of Class
opennlp.tools.ml.AbstractEventTrainer
Packages that use AbstractEventTrainer
Package
Description
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 AbstractEventTrainer in opennlp.tools.ml.maxent
Subclasses of AbstractEventTrainer in opennlp.tools.ml.maxentModifier and TypeClassDescriptionclass
An implementation of Generalized Iterative Scaling (GIS). -
Uses of AbstractEventTrainer in opennlp.tools.ml.maxent.quasinewton
Subclasses of AbstractEventTrainer in opennlp.tools.ml.maxent.quasinewton -
Uses of AbstractEventTrainer in opennlp.tools.ml.naivebayes
Subclasses of AbstractEventTrainer in opennlp.tools.ml.naivebayesModifier and TypeClassDescriptionclass
Trainsmodels
using the combination of EM algorithm and Naive Bayes classifier which is described in: -
Uses of AbstractEventTrainer in opennlp.tools.ml.perceptron
Subclasses of AbstractEventTrainer in opennlp.tools.ml.perceptron