Uses of Package
opennlp.tools.ml
Packages that use opennlp.tools.ml
Package
Description
Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers.
Package related to ML by means of the Maximum Entropy (ME) algorithm.
Package related to the I/O functionality of the maxent package including reading
and writing models in several formats.
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.
-
Classes in opennlp.tools.ml used by opennlp.tools.ml
-
Classes in opennlp.tools.ml used by opennlp.tools.ml.maxent
-
Classes in opennlp.tools.ml used by opennlp.tools.ml.maxent.io
-
Classes in opennlp.tools.ml used by opennlp.tools.ml.maxent.quasinewton
-
Classes in opennlp.tools.ml used by opennlp.tools.ml.naivebayes
-
Classes in opennlp.tools.ml used by opennlp.tools.ml.perceptronClassDescriptionA basic
EventModelSequenceTrainer
implementation that processesevents
.A basicEventTrainer
implementation.A specializedTrainer
that is based on a 'EventModelSequence' approach.