Uses of Class
opennlp.tools.ml.maxent.io.GISModelReader
Packages that use GISModelReader
Package
Description
Package related to the I/O functionality of the maxent package including reading
and writing models in several formats.
-
Uses of GISModelReader in opennlp.tools.ml.maxent.io
Subclasses of GISModelReader in opennlp.tools.ml.maxent.ioModifier and TypeClassDescriptionclass
AGISModelReader
that reads models from a binary format.class
AQNModelReader
that reads models from a binary format.class
The base class for readers ofQN models
.