LowerCaseNormalizer Class

Definition

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
LowerCaseNormalizer

Constructors

Name Description
LowerCaseNormalizer()

Creates a LowerCaseNormalizer object.

Properties

Name Description
Instance

Gets a singleton instance of the LowerCaseNormalizer.

Methods

Name Description
Normalize(ReadOnlySpan<Char>)

Lowercase the original string.

Normalize(String)

Lowercase the original string.

Applies to