Uses of Interface
opennlp.tools.ml.EventTrainer
-
Packages that use EventTrainer Package Description opennlp.tools.ml Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers.opennlp.tools.ml.maxent Package related to ML by means of the Maximum Entropy (ME) algorithm.opennlp.tools.ml.maxent.quasinewton Package related to ML by means of the Quasi Newton (QN) algorithm.opennlp.tools.ml.naivebayes Package related to ML by means of the Naive Bayes algorithm.opennlp.tools.ml.perceptron Package related to ML by means of the perceptron algorithm. -
-
Uses of EventTrainer in opennlp.tools.ml
Classes in opennlp.tools.ml that implement EventTrainer Modifier and Type Class Description classAbstractEventTrainerA basicEventTrainerimplementation.Methods in opennlp.tools.ml that return EventTrainer Modifier and Type Method Description static EventTrainerTrainerFactory. getEventTrainer(TrainingParameters trainParams, Map<String,String> reportMap)Retrieves anEventTrainerthat fits the given parameters. -
Uses of EventTrainer in opennlp.tools.ml.maxent
Classes in opennlp.tools.ml.maxent that implement EventTrainer Modifier and Type Class Description classGISTrainerAn implementation of Generalized Iterative Scaling (GIS). -
Uses of EventTrainer in opennlp.tools.ml.maxent.quasinewton
Classes in opennlp.tools.ml.maxent.quasinewton that implement EventTrainer Modifier and Type Class Description classQNTrainerA Maxent modelTrainerusing L-BFGS algorithm. -
Uses of EventTrainer in opennlp.tools.ml.naivebayes
Classes in opennlp.tools.ml.naivebayes that implement EventTrainer Modifier and Type Class Description classNaiveBayesTrainerTrainsmodelsusing the combination of EM algorithm and Naive Bayes classifier which is described in: -
Uses of EventTrainer in opennlp.tools.ml.perceptron
Classes in opennlp.tools.ml.perceptron that implement EventTrainer Modifier and Type Class Description classPerceptronTrainerTrainsmodelsusing the perceptron algorithm.
-