opennlp.tools.cmdline.chunker
Class ChunkerModelLoader

java.lang.Object
  extended by opennlp.tools.cmdline.ModelLoader<ChunkerModel>
      extended by 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!


Constructor Summary
ChunkerModelLoader()
           
 
Method Summary
protected  ChunkerModel 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

ChunkerModelLoader

public ChunkerModelLoader()
Method Detail

loadModel

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


Copyright © 2010. All Rights Reserved.