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