opennlp.model
Class GenericModelReader
java.lang.Object
opennlp.model.AbstractModelReader
opennlp.model.GenericModelReader
public class GenericModelReader
- extends AbstractModelReader
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericModelReader
public GenericModelReader(java.io.File f)
throws java.io.IOException
- Throws:
java.io.IOException
GenericModelReader
public GenericModelReader(DataReader dataReader)
checkModelType
public void checkModelType()
throws java.io.IOException
- Specified by:
checkModelType
in class AbstractModelReader
- Throws:
java.io.IOException
constructModel
public AbstractModel constructModel()
throws java.io.IOException
- Specified by:
constructModel
in class AbstractModelReader
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.