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 |
BinaryGISModelWriter
Model writer that saves models in binary format.
|
class |
BinaryQNModelWriter |
class |
GISModelWriter
Abstract parent class for GISModel writers.
|
class |
QNModelWriter |
Modifier and Type | Class and Description |
---|---|
class |
GenericModelWriter |
Modifier and Type | Class and Description |
---|---|
class |
BinaryNaiveBayesModelWriter
Model writer that saves models in binary format.
|
class |
NaiveBayesModelWriter
Abstract parent class for NaiveBayes writers.
|
class |
PlainTextNaiveBayesModelWriter
Model writer that saves models in plain text format.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryPerceptronModelWriter
Model writer that saves models in binary format.
|
class |
PerceptronModelWriter
Abstract parent class for Perceptron writers.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.