opennlp.tools.cmdline.doccat
Class DoccatModelLoader
java.lang.Object
opennlp.tools.cmdline.ModelLoader<DoccatModel>
opennlp.tools.cmdline.doccat.DoccatModelLoader
public class DoccatModelLoader
- extends ModelLoader<DoccatModel>
Loads a Document Categorizer 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 |
DoccatModelLoader
public DoccatModelLoader()
loadModel
protected DoccatModel loadModel(InputStream modelIn)
throws IOException,
InvalidFormatException
- Specified by:
loadModel
in class ModelLoader<DoccatModel>
- Throws:
IOException
InvalidFormatException
Copyright © 2010. All Rights Reserved.