|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopennlp.model.AbstractModelReader
opennlp.maxent.io.GISModelReader
opennlp.maxent.io.PlainTextGISModelReader
public class PlainTextGISModelReader
A reader for GIS models stored in plain text format.
| Constructor Summary | |
|---|---|
PlainTextGISModelReader(java.io.BufferedReader br)
Constructor which directly instantiates the BufferedReader containing the model contents. |
|
PlainTextGISModelReader(java.io.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 |
|---|
public PlainTextGISModelReader(java.io.BufferedReader br)
br - The BufferedReader containing the model information.
public PlainTextGISModelReader(java.io.File f)
throws java.io.IOException
f - The File in which the model is stored.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||