From 8bddc989131aa46054e3a156d6a43ae605d06f4c Mon Sep 17 00:00:00 2001 From: Paul Tardy Date: Thu, 8 Jul 2021 20:10:37 +0200 Subject: [PATCH] Fix broken link in documentation --- rouge/rouge_score.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rouge/rouge_score.py b/rouge/rouge_score.py index 419820c..31373e8 100644 --- a/rouge/rouge_score.py +++ b/rouge/rouge_score.py @@ -342,8 +342,7 @@ def rouge_l_summary_level( evaluated_sentences, reference_sentences, raw_results=False, exclusive=True, **_): """ Computes ROUGE-L (summary level) of two text collections of sentences. - http://research.microsoft.com/en-us/um/people/cyl/download/papers/ - rouge-working-note-v1.3.1.pdf + http://research.microsoft.com/en-us/um/people/cyl/download/papers/rouge-working-note-v1.3.1.pdf Calculated according to: R_lcs = SUM(1, u)[LCS(r_i,C)]/m