LowerCaseNormalizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Normalize the string to lowercase form before processing it with the tokenizer.
public sealed class LowerCaseNormalizer : Microsoft.ML.Tokenizers.Normalizer
type LowerCaseNormalizer = class
inherit Normalizer
Public NotInheritable Class LowerCaseNormalizer
Inherits Normalizer
- Inheritance
Constructors
LowerCaseNormalizer() |
Creates a LowerCaseNormalizer object. |
Methods
Normalize(String) |
Lowercase the original string. |