1 instantiation of StripAccentsStep
Microsoft.ML.Tokenizers (1)
Normalizer\SentencePieceNormalizationStep.cs (1)
273public static readonly StripAccentsStep Instance = new StripAccentsStep();
2 references to StripAccentsStep
Microsoft.ML.Tokenizers (2)
Normalizer\SentencePieceNormalizationStep.cs (2)
177return StripAccentsStep.Instance; 273public static readonly StripAccentsStep Instance = new StripAccentsStep();