7 references to F1EvaluatorContext
Microsoft.Extensions.AI.Evaluation.Integration.Tests (3)
NLPEvaluatorTests.cs (3)
56
var f1Context = new
F1EvaluatorContext
(referenceText);
82
var f1Context = new
F1EvaluatorContext
(referenceText);
109
var f1Context = new
F1EvaluatorContext
(referenceText);
Microsoft.Extensions.AI.Evaluation.NLP.Tests (4)
F1EvaluatorTests.cs (4)
18
var context = new
F1EvaluatorContext
("The quick brown fox jumps over the lazy dog.");
34
var context = new
F1EvaluatorContext
("The quick brown fox jumps over the lazy dog.");
69
var context = new
F1EvaluatorContext
(reference);
82
var context = new
F1EvaluatorContext
("Reference text.");