Skip to content

Commit

Permalink
Merge pull request #60 from pltrdy/fix_broken_lin
Browse files Browse the repository at this point in the history
Fix broken link in documentation
  • Loading branch information
pltrdy authored Jul 8, 2021
2 parents 14cc4be + 8bddc98 commit 1402694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rouge/rouge_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<union>(r_i,C)]/m
Expand Down

0 comments on commit 1402694

Please sign in to comment.