3 references to ArgumentNullException
Microsoft.Extensions.AI.Evaluation.NLP (3)
Common\BLEUAlgorithm.cs (3)
141
Throw.
ArgumentNullException
(nameof(references), $"'{nameof(references)}' cannot be null or empty.");
146
Throw.
ArgumentNullException
(nameof(hypothesis), $"'{nameof(hypothesis)}' cannot be null or empty.");
156
Throw.
ArgumentNullException
(nameof(weights), $"'{nameof(weights)}' cannot be empty.");