1 reference to IsPunctuationFollowedByNumber
Microsoft.Extensions.AI.Evaluation.NLP (1)
Common\SimpleWordTokenizer.cs (1)
195while (!text.IsEmpty && (char.IsNumber(text.Span[0]) || IsPunctuationFollowedByNumber(text.Span)))