2 references to Intersect
Microsoft.Extensions.AI.Evaluation.NLP (2)
Common\F1Algorithm.cs (1)
29
MatchCounter<string> commonTokens = referenceTokens.
Intersect
(predictionTokens);
Common\GLEUAlgorithm.cs (1)
37
MatchCounter<NGram<string>> overlapNGrams = hypNGrams.
Intersect
(refNGrams);