We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0051b5b commit e8dfda3Copy full SHA for e8dfda3
README.md
@@ -72,7 +72,7 @@ After putting system/reference files as above, you can evaluate ROUGE metrics as
72
```
73
from pythonrouge.pythonrouge import Pythonrouge
74
75
-ROUGE = sys.argv[1] #ROUGE-1.5.5.pl
+ROUGE_path = sys.argv[1] #ROUGE-1.5.5.pl
76
data_path = sys.argv[2] #data folder in RELEASE-1.5.5
77
78
# initialize setting of ROUGE, eval ROUGE-1~4, SU4
0 commit comments