Package opennlp.tools.ml.maxent.io
Package related to the I/O functionality of the maxent package including reading
and writing models in several formats.
-
Class Summary Class Description BinaryGISModelReader AGISModelReader
that reads models from a binary format.BinaryGISModelWriter AGISModelWriter
that writes models in a binary format.BinaryQNModelReader AQNModelReader
that reads models from a binary format.BinaryQNModelWriter AQNModelWriter
that writes models in a binary format.GISModelReader The base class for readers ofGIS models
.GISModelWriter The base class for writers ofGIS models
.QNModelReader The base class for readers ofQN models
.QNModelWriter The base class for writers ofmodels
.