Class ParserModelLoader

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

Loads a Parser Model for the command line tools.

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

Constructors

ParserModelLoader()

Loads a Parser Model for the command line tools.

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

Methods

LoadModel(Stream)

protected override ParserModel LoadModel(Stream modelIn)

Parameters

modelIn Stream

Returns

ParserModel

Exceptions

IOException

if the model cannot be read

InvalidFormatException

if the model has an invalid format