2 references to CreateAllNGrams
Microsoft.Extensions.AI.Evaluation.NLP (2)
Common\GLEUAlgorithm.cs (2)
28MatchCounter<NGram<string>> hypNGrams = new(hypothesis.CreateAllNGrams(minN, maxN)); 34MatchCounter<NGram<string>> refNGrams = new(reference.CreateAllNGrams(minN, maxN));