Uses of Class
opennlp.tools.ml.model.AbstractModelReader
Packages that use AbstractModelReader
Package
Description
Package related to the I/O functionality of the maxent package including reading
and writing models in several formats.
Package related to ML models and feature selection techniques.
Package related to ML by means of the Naive Bayes algorithm.
Package related to ML by means of the perceptron algorithm.
-
Uses of AbstractModelReader in opennlp.tools.ml.maxent.io
Subclasses of AbstractModelReader in opennlp.tools.ml.maxent.ioModifier and TypeClassDescriptionclass
AGISModelReader
that reads models from a binary format.class
AQNModelReader
that reads models from a binary format.class
The base class for readers ofGIS models
.class
The base class for readers ofQN models
. -
Uses of AbstractModelReader in opennlp.tools.ml.model
Subclasses of AbstractModelReader in opennlp.tools.ml.model -
Uses of AbstractModelReader in opennlp.tools.ml.naivebayes
Subclasses of AbstractModelReader in opennlp.tools.ml.naivebayesModifier and TypeClassDescriptionclass
ANaiveBayesModelReader
that reads models from a binary format.class
The base class for readers ofmodels
.class
ANaiveBayesModelReader
that reads models from a plain text format. -
Uses of AbstractModelReader in opennlp.tools.ml.perceptron
Subclasses of AbstractModelReader in opennlp.tools.ml.perceptronModifier and TypeClassDescriptionclass
APerceptronModelReader
that reads models from a binary format.class
The base class for readers ofmodels
.