Uses of Class
opennlp.tools.ml.maxent.io.GISModelWriter
Packages that use GISModelWriter
Package
Description
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.ioModifier and TypeClassDescriptionclass
AGISModelWriter
that writes models in a binary format.class
AQNModelWriter
that writes models in a binary format.class
The base class for writers ofmodels
.