Class DoccatModelLoader

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

Loads a Document Categorizer Model for the command line tools.

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

Constructors

DoccatModelLoader()

Loads a Document Categorizer Model for the command line tools.

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

Methods

LoadModel(Stream)

protected override DoccatModel LoadModel(Stream modelIn)

Parameters

modelIn Stream

Returns

DoccatModel

Exceptions

IOException

if the model cannot be read