opennlp.tools.cmdline.namefind
Class TokenNameFinderModelLoader
java.lang.Object
opennlp.tools.cmdline.ModelLoader<TokenNameFinderModel>
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!
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenNameFinderModelLoader
public TokenNameFinderModelLoader()
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.