Class LanguageDetectorModelLoader

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

Loads a Language Detector Model for the command line tools.

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

Constructors

LanguageDetectorModelLoader()

Loads a Language Detector Model for the command line tools.

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

Methods

LoadModel(Stream)

protected override LanguageDetectorModel LoadModel(Stream modelIn)

Parameters

modelIn Stream

Returns

LanguageDetectorModel

Exceptions

IOException

if the model cannot be read