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)
19
var context = new
F1EvaluatorContext
("The quick brown fox jumps over the lazy dog.");
35
var context = new
F1EvaluatorContext
("The quick brown fox jumps over the lazy dog.");
70
var context = new
F1EvaluatorContext
(reference);
83
var context = new
F1EvaluatorContext
("Reference text.");