opennlp.maxent.io
Class PlainTextGISModelReader

java.lang.Object
  extended by opennlp.model.AbstractModelReader
      extended by opennlp.maxent.io.GISModelReader
          extended by opennlp.maxent.io.PlainTextGISModelReader
Direct Known Subclasses:
OldFormatGISModelReader

public class PlainTextGISModelReader
extends GISModelReader

A reader for GIS models stored in plain text format.


Constructor Summary
PlainTextGISModelReader(BufferedReader br)
          Constructor which directly instantiates the BufferedReader containing the model contents.
PlainTextGISModelReader(File f)
          Constructor which takes a File and creates a reader for it.
 
Method Summary
 
Methods inherited from class opennlp.maxent.io.GISModelReader
checkModelType, constructModel
 
Methods inherited from class opennlp.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTextGISModelReader

public PlainTextGISModelReader(BufferedReader br)
Constructor which directly instantiates the BufferedReader containing the model contents.

Parameters:
br - The BufferedReader containing the model information.

PlainTextGISModelReader

public PlainTextGISModelReader(File f)
                        throws IOException
Constructor which takes a File and creates a reader for it. Detects whether the file is gzipped or not based on whether the suffix contains ".gz".

Parameters:
f - The File in which the model is stored.
Throws:
IOException


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