Class ChunkerModelLoader

Namespace
NOpenNLP.Tools.Cmdline.Chunker
Assembly
nopennlp.dll

Loads a Chunker Model for the command line tools.

Note: Do not use this class, internal use only!
public class ChunkerModelLoader : ModelLoader<ChunkerModel>
Inheritance
ChunkerModelLoader
Inherited Members

Constructors

ChunkerModelLoader()

Loads a Chunker Model for the command line tools.

Note: Do not use this class, internal use only!
public ChunkerModelLoader()

Methods

LoadModel(Stream)

protected override ChunkerModel LoadModel(Stream modelIn)

Parameters

modelIn Stream

Returns

ChunkerModel

Exceptions

IOException

if the model cannot be read