Package opennlp.maxent.io

Provides the I/O functionality of the maxent package including reading and writting models in several formats.

See:
          Description

Class Summary
BinaryGISModelReader A reader for GIS models stored in binary format.
BinaryGISModelWriter Model writer that saves models in binary format.
BinToAscii A program to convert from java binary doubles to ascii.
GISModelReader Abstract parent class for readers of GISModels.
GISModelWriter Abstract parent class for GISModel writers.
ObjectGISModelReader  
ObjectGISModelWriter  
OldFormatGISModelReader A reader for GIS models stored in the format used in v1.0 of Maxent.
PlainTextGISModelReader A reader for GIS models stored in plain text format.
PlainTextGISModelWriter Model writer that saves models in plain text format.
PooledGISModelReader This class works exactly like the SuffisSensitiveGISModelReader except that it attempts to pool all context strings.
SuffixSensitiveGISModelReader A reader for GIS models which inspects the filename and invokes the appropriate GISModelReader depending on the filename's suffixes.
SuffixSensitiveGISModelWriter A writer for GIS models which inspects the filename and invokes the appropriate GISModelWriter depending on the filename's suffixes.
 

Package opennlp.maxent.io Description

Provides the I/O functionality of the maxent package including reading and writting models in several formats.



Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.