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 classBinaryGISModelReaderAGISModelReaderthat reads models from a binary format.classBinaryQNModelReaderAQNModelReaderthat reads models from a binary format.classGISModelReaderThe base class for readers ofGIS models.classQNModelReaderThe 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 classGenericModelReaderAn genericAbstractModelReaderimplementation. -
Uses of AbstractModelReader in opennlp.tools.ml.naivebayes
Subclasses of AbstractModelReader in opennlp.tools.ml.naivebayes Modifier and Type Class Description classBinaryNaiveBayesModelReaderANaiveBayesModelReaderthat reads models from a binary format.classNaiveBayesModelReaderThe base class for readers ofmodels.classPlainTextNaiveBayesModelReaderANaiveBayesModelReaderthat 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 classBinaryPerceptronModelReaderAPerceptronModelReaderthat reads models from a binary format.classPerceptronModelReaderThe base class for readers ofmodels.
-