Uses of Class
opennlp.model.AbstractModelReader

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

Uses of AbstractModelReader in opennlp.maxent.io
 

Subclasses of AbstractModelReader in opennlp.maxent.io
 class BinaryGISModelReader
          A reader for GIS models stored in binary format.
 class BinaryQNModelReader
          A reader for quasi-newton models stored in binary format.
 class GISModelReader
          Abstract parent class for readers of GISModels.
 class ObjectGISModelReader
           
 class ObjectQNModelReader
           
 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 QNModelReader
           
 class SuffixSensitiveGISModelReader
          A reader for GIS models which inspects the filename and invokes the appropriate GISModelReader depending on the filename's suffixes.
 

Uses of AbstractModelReader in opennlp.model
 

Subclasses of AbstractModelReader in opennlp.model
 class GenericModelReader
           
 

Uses of AbstractModelReader in opennlp.perceptron
 

Subclasses of AbstractModelReader in opennlp.perceptron
 class BinaryPerceptronModelReader
           
 class PerceptronModelReader
          Abstract parent class for readers of Perceptron.
 class PlainTextPerceptronModelReader
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.