opennlp.tools.cmdline.namefind
Class TokenNameFinderModelLoader

java.lang.Object
  extended by opennlp.tools.cmdline.ModelLoader<TokenNameFinderModel>
      extended by opennlp.tools.cmdline.namefind.TokenNameFinderModelLoader

public final class TokenNameFinderModelLoader
extends ModelLoader<TokenNameFinderModel>

Loads a Token Name Finder Model for the command line tools.

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


Constructor Summary
TokenNameFinderModelLoader()
           
 
Method Summary
protected  TokenNameFinderModel 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

TokenNameFinderModelLoader

public TokenNameFinderModelLoader()
Method Detail

loadModel

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


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.