UpperCaseNormalizer.Normalize(String) Method
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.
Uppercase the original string.
public override Microsoft.ML.Tokenizers.NormalizedString Normalize (string original);
override this.Normalize : string -> Microsoft.ML.Tokenizers.NormalizedString
Public Overrides Function Normalize (original As String) As NormalizedString
Parameters
- original
- String
The original string to normalize to uppercase form.
Returns
The upper-cased normalized string.