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 |
Modifier and Type | Class and Description |
---|---|
class |
BinaryGISModelReader
A reader for GIS models stored in binary format.
|
class |
BinaryQNModelReader
A reader for quasi-newton models stored in binary format.
|
class |
GISModelReader
Abstract parent class for readers of GISModels.
|
class |
QNModelReader |
Modifier and Type | Class and Description |
---|---|
class |
GenericModelReader |
Modifier and Type | Class and Description |
---|---|
class |
BinaryNaiveBayesModelReader |
class |
NaiveBayesModelReader
Abstract parent class for readers of NaiveBayes.
|
class |
PlainTextNaiveBayesModelReader |
Modifier and Type | Class and Description |
---|---|
class |
BinaryPerceptronModelReader |
class |
PerceptronModelReader
Abstract parent class for readers of Perceptron.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.