Uses of Class
opennlp.tools.ml.model.AbstractModelReader
-
Packages that use AbstractModelReader Package Description opennlp.tools.ml.maxent.io Package related to the I/O functionality of the maxent package including reading and writing models in several formats.opennlp.tools.ml.model Package related to ML models and feature selection techniques.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. -
-
Uses of AbstractModelReader in opennlp.tools.ml.maxent.io
Subclasses of AbstractModelReader in opennlp.tools.ml.maxent.io Modifier and Type Class Description class
BinaryGISModelReader
AGISModelReader
that reads models from a binary format.class
BinaryQNModelReader
AQNModelReader
that reads models from a binary format.class
GISModelReader
The base class for readers ofGIS models
.class
QNModelReader
The base class for readers ofQN models
. -
Uses of AbstractModelReader in opennlp.tools.ml.model
Subclasses of AbstractModelReader in opennlp.tools.ml.model Modifier and Type Class Description class
GenericModelReader
An genericAbstractModelReader
implementation. -
Uses of AbstractModelReader in opennlp.tools.ml.naivebayes
Subclasses of AbstractModelReader in opennlp.tools.ml.naivebayes Modifier and Type Class Description class
BinaryNaiveBayesModelReader
ANaiveBayesModelReader
that reads models from a binary format.class
NaiveBayesModelReader
The base class for readers ofmodels
.class
PlainTextNaiveBayesModelReader
ANaiveBayesModelReader
that reads models from a plain text format. -
Uses of AbstractModelReader in opennlp.tools.ml.perceptron
Subclasses of AbstractModelReader in opennlp.tools.ml.perceptron Modifier and Type Class Description class
BinaryPerceptronModelReader
APerceptronModelReader
that reads models from a binary format.class
PerceptronModelReader
The base class for readers ofmodels
.
-