Verwendungen von Package
opennlp.tools.ml
Packages, die opennlp.tools.ml verwenden
Package
Beschreibung
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.
-
Von opennlp.tools.ml verwendete Klassen in opennlp.tools.ml
-
Von opennlp.tools.ml.maxent verwendete Klassen in opennlp.tools.ml
-
Von opennlp.tools.ml.maxent.io verwendete Klassen in opennlp.tools.ml
-
Von opennlp.tools.ml.maxent.quasinewton verwendete Klassen in opennlp.tools.ml
-
Von opennlp.tools.ml.naivebayes verwendete Klassen in opennlp.tools.ml
-
Von opennlp.tools.ml.perceptron verwendete Klassen in opennlp.tools.mlKlasseBeschreibungA basic
EventModelSequenceTrainer
implementation that processesevents
.A basicEventTrainer
implementation.A specializedTrainer
that is based on a 'EventModelSequence' approach.