Uses of Class
opennlp.tools.ml.AbstractEventTrainer
-
Packages that use AbstractEventTrainer Package Description opennlp.tools.ml.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation.opennlp.tools.ml.maxent.quasinewton opennlp.tools.ml.naivebayes opennlp.tools.ml.perceptron -
-
Uses of AbstractEventTrainer in opennlp.tools.ml.maxent
Subclasses of AbstractEventTrainer in opennlp.tools.ml.maxent Modifier and Type Class Description class
GISTrainer
An implementation of Generalized Iterative Scaling. -
Uses of AbstractEventTrainer in opennlp.tools.ml.maxent.quasinewton
Subclasses of AbstractEventTrainer in opennlp.tools.ml.maxent.quasinewton Modifier and Type Class Description class
QNTrainer
Maxent model trainer using L-BFGS algorithm. -
Uses of AbstractEventTrainer in opennlp.tools.ml.naivebayes
Subclasses of AbstractEventTrainer in opennlp.tools.ml.naivebayes Modifier and Type Class Description class
NaiveBayesTrainer
Trains models using the combination of EM algorithm and Naive Bayes classifier which is described in: Text Classification from Labeled and Unlabeled Documents using EM Nigam, McCallum, et al paper of 2000 -
Uses of AbstractEventTrainer in opennlp.tools.ml.perceptron
Subclasses of AbstractEventTrainer in opennlp.tools.ml.perceptron Modifier and Type Class Description class
PerceptronTrainer
Trains models using the perceptron algorithm.
-