opennlp.tools.cmdline.parser
Class ParserModelLoader
java.lang.Object
opennlp.tools.cmdline.ModelLoader<ParserModel>
opennlp.tools.cmdline.parser.ParserModelLoader
public final class ParserModelLoader
- extends ModelLoader<ParserModel>
Loads a Parser Model for the command line tools.
Note: Do not use this class, internal use only!
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserModelLoader
public ParserModelLoader()
loadModel
protected ParserModel loadModel(InputStream modelIn)
throws IOException,
InvalidFormatException
- Specified by:
loadModel
in class ModelLoader<ParserModel>
- Throws:
IOException
InvalidFormatException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.