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