Class TokenNameFinderModelLoader

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

Loads a Token Name Finder Model for the command line tools.

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

Constructors

TokenNameFinderModelLoader()

Loads a Token Name Finder Model for the command line tools.

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

Methods

LoadModel(Stream)

protected override TokenNameFinderModel LoadModel(Stream modelIn)

Parameters

modelIn Stream

Returns

TokenNameFinderModel

Exceptions

IOException

if the model cannot be read