Package | Description |
---|---|
opennlp.tools.ml.maxent.io |
Provides the I/O functionality of the maxent package including reading
and writting models in several formats.
|
opennlp.tools.ml.model | |
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 |
ObjectGISModelWriter |
class |
ObjectQNModelWriter |
class |
PlainTextGISModelWriter
Model writer that saves models in plain text format.
|
class |
QNModelWriter |
class |
SuffixSensitiveGISModelWriter
A writer for GIS models which inspects the filename and invokes the
appropriate GISModelWriter depending on the filename's suffixes.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericModelWriter |
Modifier and Type | Class and Description |
---|---|
class |
BinaryPerceptronModelWriter
Model writer that saves models in binary format.
|
class |
PerceptronModelWriter
Abstract parent class for Perceptron writers.
|
class |
PlainTextPerceptronModelWriter
Model writer that saves models in plain text format.
|
class |
SuffixSensitivePerceptronModelWriter
A writer for GIS models which inspects the filename and invokes the
appropriate GISModelWriter depending on the filename's suffixes.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.