Uses of Class
opennlp.maxent.io.GISModelWriter

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

Uses of GISModelWriter in opennlp.maxent.io
 

Subclasses of GISModelWriter in opennlp.maxent.io
 class BinaryGISModelWriter
          Model writer that saves models in binary format.
 class ObjectGISModelWriter
           
 class PlainTextGISModelWriter
          Model writer that saves models in plain text format.
 class SuffixSensitiveGISModelWriter
          A writer for GIS models which inspects the filename and invokes the appropriate GISModelWriter depending on the filename's suffixes.
 



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