2 references to new
Microsoft.Extensions.AI.Evaluation.NLP (2)
Common\BLEUAlgorithm.cs (1)
110
return new
RationalNumber
(numerator, denominator);
Common\RationalNumber.cs (1)
12
public static readonly RationalNumber Zero =
new
(0, 1);