Uses of Package
opennlp.tools.ml
-
Packages that use opennlp.tools.ml 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. -
Classes in opennlp.tools.ml used by opennlp.tools.ml Class Description AbstractTrainer EventModelSequenceTrainer A specializedTrainerthat is based on a 'EventModelSequence' approach.EventTrainer SequenceTrainer TrainerFactory.TrainerType -
Classes in opennlp.tools.ml used by opennlp.tools.ml.maxent Class Description AbstractEventTrainer A basicEventTrainerimplementation.AbstractTrainer EventTrainer -
Classes in opennlp.tools.ml used by opennlp.tools.ml.maxent.quasinewton Class Description AbstractEventTrainer A basicEventTrainerimplementation.AbstractTrainer ArrayMath Utility class for simple vector arithmetic.EventTrainer -
Classes in opennlp.tools.ml used by opennlp.tools.ml.naivebayes Class Description AbstractEventTrainer A basicEventTrainerimplementation.AbstractTrainer EventTrainer -
Classes in opennlp.tools.ml used by opennlp.tools.ml.perceptron Class Description AbstractEventModelSequenceTrainer A basicEventModelSequenceTrainerimplementation that processesevents.AbstractEventTrainer A basicEventTrainerimplementation.AbstractTrainer EventModelSequenceTrainer A specializedTrainerthat is based on a 'EventModelSequence' approach.EventTrainer