Uses of Class
opennlp.maxent.io.GISModelReader

Packages that use GISModelReader
opennlp.maxent.io Provides the I/O functionality of the maxent package including reading and writting models in several formats. 
 

Uses of GISModelReader in opennlp.maxent.io
 

Subclasses of GISModelReader in opennlp.maxent.io
 class BinaryGISModelReader
          A reader for GIS models stored in binary format.
 class ObjectGISModelReader
           
 class OldFormatGISModelReader
          A reader for GIS models stored in the format used in v1.0 of Maxent.
 class PlainTextGISModelReader
          A reader for GIS models stored in plain text format.
 class PooledGISModelReader
          This class works exactly like the SuffisSensitiveGISModelReader except that it attempts to pool all context strings.
 class SuffixSensitiveGISModelReader
          A reader for GIS models which inspects the filename and invokes the appropriate GISModelReader depending on the filename's suffixes.
 



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