Skip to content

Commit e8dfda3

Browse files
authored
Fix the ROUGE_path in the README
Fix the ROUGE_path in the README
1 parent 0051b5b commit e8dfda3

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
@@ -72,7 +72,7 @@ After putting system/reference files as above, you can evaluate ROUGE metrics as
7272
```
7373
from pythonrouge.pythonrouge import Pythonrouge
7474
75-
ROUGE = sys.argv[1] #ROUGE-1.5.5.pl
75+
ROUGE_path = sys.argv[1] #ROUGE-1.5.5.pl
7676
data_path = sys.argv[2] #data folder in RELEASE-1.5.5
7777
7878
# initialize setting of ROUGE, eval ROUGE-1~4, SU4

0 commit comments

Comments
 (0)