opennlp.tools.cmdline.postag
Class POSModelLoader

java.lang.Object
  extended by opennlp.tools.cmdline.ModelLoader<POSModel>
      extended by opennlp.tools.cmdline.postag.POSModelLoader

public final class POSModelLoader
extends ModelLoader<POSModel>

Loads a POS Tagger Model for the command line tools.

Note: Do not use this class, internal use only!


Constructor Summary
POSModelLoader()
           
 
Method Summary
protected  POSModel 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

POSModelLoader

public POSModelLoader()
Method Detail

loadModel

protected POSModel loadModel(InputStream modelIn)
                      throws IOException,
                             InvalidFormatException
Specified by:
loadModel in class ModelLoader<POSModel>
Throws:
IOException
InvalidFormatException


Copyright © 2010. All Rights Reserved.