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