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