Class LemmatizerModelLoader
- Namespace
- NOpenNLP.Tools.Cmdline.Lemmatizer
- Assembly
- nopennlp.dll
Loads a Lemmatizer Model for the command line tools.
Note: Do not use this class, internal use only!public class LemmatizerModelLoader : ModelLoader<LemmatizerModel>
- Inheritance
-
LemmatizerModelLoader
- Inherited Members
Constructors
LemmatizerModelLoader()
Loads a Lemmatizer Model for the command line tools.
Note: Do not use this class, internal use only!public LemmatizerModelLoader()
Methods
LoadModel(Stream)
protected override LemmatizerModel LoadModel(Stream modelIn)
Parameters
modelInStream
Returns
Exceptions
- IOException
if the model cannot be read