Class POSModelLoader

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

Loads a POS Tagger Model for the command line tools.

Note: Do not use this class, internal use only!
public sealed class POSModelLoader : ModelLoader<POSModel>
Inheritance
POSModelLoader
Inherited Members

Constructors

POSModelLoader()

Loads a POS Tagger Model for the command line tools.

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

Methods

LoadModel(Stream)

protected override POSModel LoadModel(Stream modelIn)

Parameters

modelIn Stream

Returns

POSModel

Exceptions

IOException

if the model cannot be read