UpperCaseNormalizer 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 uppercase form before processing it with the tokenizer.
public sealed class UpperCaseNormalizer : Microsoft.ML.Tokenizers.Normalizer
type UpperCaseNormalizer = class
inherit Normalizer
Public NotInheritable Class UpperCaseNormalizer
Inherits Normalizer
- Inheritance
Constructors
UpperCaseNormalizer() |
Creates a UpperCaseNormalizer object. |
Methods
Normalize(String) |
Uppercase the original string. |