opennlp.tools.cmdline.parser
Class ParserModelLoader

java.lang.Object
  extended by opennlp.tools.cmdline.ModelLoader<ParserModel>
      extended by 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!


Constructor Summary
ParserModelLoader()
           
 
Method Summary
protected  ParserModel loadModel(InputStream modelIn)
           
 
Methods inherited from class opennlp.tools.cmdline.ModelLoader
load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserModelLoader

public ParserModelLoader()
Method Detail

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.