Package | Description |
---|---|
opennlp.tools.ml.maxent.io |
Provides the I/O functionality of the maxent package including reading
and writting models in several formats.
|
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 |
ObjectGISModelReader |
class |
ObjectQNModelReader |
class |
OldFormatGISModelReader
A reader for GIS models stored in the format used in v1.0 of Maxent.
|
class |
PlainTextGISModelReader
A reader for GIS models stored in plain text format.
|
class |
PooledGISModelReader
This class works exactly like the SuffisSensitiveGISModelReader except that it
attempts to pool all context strings.
|
class |
QNModelReader |
class |
SuffixSensitiveGISModelReader
A reader for GIS models which inspects the filename and invokes the
appropriate GISModelReader depending on the filename's suffixes.
|
Modifier and Type | Field and Description |
---|---|
protected GISModelReader |
SuffixSensitiveGISModelReader.suffixAppropriateReader |
Copyright © 2015 The Apache Software Foundation. All rights reserved.