UpperCaseNormalizer Class

Definition

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
UpperCaseNormalizer

Constructors

Name Description
UpperCaseNormalizer()

Creates a UpperCaseNormalizer object.

Properties

Name Description
Instance

Gets a singleton instance of the UpperCaseNormalizer.

Methods

Name Description
Normalize(ReadOnlySpan<Char>)

Uppercase the original string.

Normalize(String)

Uppercase the original string.

Applies to