7 references to F1EvaluatorContext
Microsoft.Extensions.AI.Evaluation.Integration.Tests (3)
NLPEvaluatorTests.cs (3)
59
var f1Context = new
F1EvaluatorContext
(referenceText);
85
var f1Context = new
F1EvaluatorContext
(referenceText);
112
var f1Context = new
F1EvaluatorContext
(referenceText);
Microsoft.Extensions.AI.Evaluation.NLP.Tests (4)
F1EvaluatorTests.cs (4)
17
var context = new
F1EvaluatorContext
("The quick brown fox jumps over the lazy dog.");
33
var context = new
F1EvaluatorContext
("The quick brown fox jumps over the lazy dog.");
68
var context = new
F1EvaluatorContext
(reference);
81
var context = new
F1EvaluatorContext
("Reference text.");