Class TokenizerModelLoader
Loads a Tokenizer Model for the command line tools.
Note: Do not use this class, internal use only!public sealed class TokenizerModelLoader : ModelLoader<TokenizerModel>
- Inheritance
-
TokenizerModelLoader
- Inherited Members
Constructors
TokenizerModelLoader()
Loads a Tokenizer Model for the command line tools.
Note: Do not use this class, internal use only!public TokenizerModelLoader()
Methods
LoadModel(Stream)
protected override TokenizerModel LoadModel(Stream modelIn)
Parameters
modelInStream
Returns
Exceptions
- IOException
if the model cannot be read