13 references to SentenceGLEU
Microsoft.Extensions.AI.Evaluation.NLP (1)
GLEUEvaluator.cs (1)
89double score = GLEUAlgorithm.SentenceGLEU(references, hypothesis);
Microsoft.Extensions.AI.Evaluation.NLP.Tests (12)
GLEUAlgorithmTests.cs (12)
19double score = SentenceGLEU(references, hypothesis); 29double score = SentenceGLEU(references, hypothesis); 42double score = SentenceGLEU(references, hypothesis); 56double score = SentenceGLEU(references, hypothesis); 69double score = SentenceGLEU(references, hypothesis); 83double score = SentenceGLEU(references, hypothesis); 95double score = SentenceGLEU(references, hypothesis); 107double score = SentenceGLEU(references, hypothesis); 119double score = SentenceGLEU(references, hypothesis); 133double score = SentenceGLEU(references, hypothesis); 146double score = SentenceGLEU(references, hypothesis); 157double score = SentenceGLEU(references, hypothesis);