Uses of Class
opennlp.tools.ml.maxent.io.GISModelWriter
-
Packages that use GISModelWriter Package Description opennlp.tools.ml.maxent.io Package related to the I/O functionality of the maxent package including reading and writing models in several formats. -
-
Uses of GISModelWriter in opennlp.tools.ml.maxent.io
Subclasses of GISModelWriter in opennlp.tools.ml.maxent.io Modifier and Type Class Description class
BinaryGISModelWriter
AGISModelWriter
that writes models in a binary format.class
BinaryQNModelWriter
AQNModelWriter
that writes models in a binary format.class
QNModelWriter
The base class for writers ofmodels
.
-