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 e8dfda3 commit 7dd19d9Copy full SHA for 7dd19d9
README.md
@@ -24,7 +24,7 @@ The only things you need to evaluate ROUGE score is to specify the paths of ROUG
24
```
25
from pythonrouge.pythonrouge import Pythonrouge
26
27
-ROUGE = sys.argv[1] #ROUGE-1.5.5.pl
+ROUGE_path = sys.argv[1] #ROUGE-1.5.5.pl
28
data_path = sys.argv[2] #data folder in RELEASE-1.5.5
29
30
# initialize setting of ROUGE, eval ROUGE-1, 2, SU4, L
0 commit comments