7 references to IfNull
Microsoft.Extensions.AI.Evaluation.NLP (7)
BLEUEvaluator.cs (1)
49_ = Throw.IfNull(modelResponse);
Common\MatchCounter.cs (2)
27_ = Throw.IfNull(items, nameof(items)); 58_ = Throw.IfNull(other, nameof(other));
Common\NGram.cs (1)
26Values = Throw.IfNull(values, nameof(values));
Common\SimpleWordTokenizer.cs (1)
30_ = Throw.IfNull(text, nameof(text));
F1Evaluator.cs (1)
49_ = Throw.IfNull(modelResponse);
GLEUEvaluator.cs (1)
49_ = Throw.IfNull(modelResponse);