2 writes to _keepNumbers
Microsoft.ML.Transforms (2)
Text\TextNormalizing.cs (2)
112_keepNumbers = keepNumbers; 168_keepNumbers = ctx.Reader.ReadBoolByte();
3 references to _keepNumbers
Microsoft.ML.Transforms (3)
Text\TextNormalizing.cs (3)
140ctx.Writer.WriteBoolByte(_keepNumbers); 216public bool CanSaveOnnx(OnnxContext ctx) => (_parent._keepDiacritics && _parent._keepNumbers && _parent._keepPunctuations); 401if (!_parent._keepPunctuations && char.IsPunctuation(ch) || !_parent._keepNumbers && char.IsNumber(ch))