Skip to content

Commit 7dd19d9

Browse files
authored
Fix The ROUGE_path in the README
Fix The ROUGE_path in the README
1 parent e8dfda3 commit 7dd19d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The only things you need to evaluate ROUGE score is to specify the paths of ROUG
2424
```
2525
from pythonrouge.pythonrouge import Pythonrouge
2626
27-
ROUGE = sys.argv[1] #ROUGE-1.5.5.pl
27+
ROUGE_path = sys.argv[1] #ROUGE-1.5.5.pl
2828
data_path = sys.argv[2] #data folder in RELEASE-1.5.5
2929
3030
# initialize setting of ROUGE, eval ROUGE-1, 2, SU4, L

0 commit comments

Comments
 (0)