Class POSModelLoader
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
modelInStream
Returns
Exceptions
- IOException
if the model cannot be read