Skip to content

Commit

Permalink
Merge pull request #59 from jordimas/master
Browse files Browse the repository at this point in the history
Explain meaning of the letters
  • Loading branch information
pltrdy authored Jul 8, 2021
2 parents 53a6fc5 + cb11115 commit 14cc4be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ scores = rouge.get_scores(hypothesis, reference)
]
```

*Note: "f" stands for f1_score, "p" stands for precision, "r" stands for recall.*

###### Score multiple sentences
```python
import json
Expand Down

0 comments on commit 14cc4be

Please sign in to comment.