Package | Description |
---|---|
opennlp.tools.ml.maxent.io |
Provides the I/O functionality of the maxent package including reading
and writing models in several formats.
|
opennlp.tools.ml.model | |
opennlp.tools.ml.naivebayes | |
opennlp.tools.ml.perceptron |
Constructor and Description |
---|
GISModelReader(DataReader dataReader) |
QNModelReader(DataReader dataReader) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryFileDataReader |
class |
ObjectDataReader |
class |
PlainTextFileDataReader |
Modifier and Type | Field and Description |
---|---|
protected DataReader |
AbstractModelReader.dataReader |
Constructor and Description |
---|
AbstractModelReader(DataReader dataReader) |
GenericModelReader(DataReader dataReader) |
Constructor and Description |
---|
NaiveBayesModelReader(DataReader dataReader) |
Constructor and Description |
---|
PerceptronModelReader(DataReader dataReader) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.