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 specializedTrainer
that 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 basicEventTrainer
implementation.AbstractTrainer EventTrainer -
Classes in opennlp.tools.ml used by opennlp.tools.ml.maxent.quasinewton Class Description AbstractEventTrainer A basicEventTrainer
implementation.AbstractTrainer ArrayMath Utility class for simple vector arithmetic.EventTrainer -
Classes in opennlp.tools.ml used by opennlp.tools.ml.naivebayes Class Description AbstractEventTrainer A basicEventTrainer
implementation.AbstractTrainer EventTrainer -
Classes in opennlp.tools.ml used by opennlp.tools.ml.perceptron Class Description AbstractEventModelSequenceTrainer A basicEventModelSequenceTrainer
implementation that processesevents
.AbstractEventTrainer A basicEventTrainer
implementation.AbstractTrainer EventModelSequenceTrainer A specializedTrainer
that is based on a 'EventModelSequence' approach.EventTrainer