Udostępnij przez


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

LowerCaseNormalizer()

Creates a LowerCaseNormalizer object.

Properties

Instance

Gets a singleton instance of the LowerCaseNormalizer.

Methods

Normalize(ReadOnlySpan<Char>)

Lowercase the original string.

Normalize(String)

Lowercase the original string.

Applies to