kavgan / ROUGE-2.0

ROUGE automatic summarization evaluation toolkit. Support for ROUGE-[N, L, S, SU], stemming and stopwords in different languages, unicode text evaluation, CSV output.
https://kavgan.github.io/ROUGE-2.0
Apache License 2.0
210 stars 37 forks source link

Changing the path of the rouge.properties file #21

Closed wenyi-tay closed 5 years ago

wenyi-tay commented 5 years ago

Hi!

I want to run ROUGE under different configurations (with and without stem and with and without stopwords) with the help of using a batch file. As such I can't keep amending the rouge.properties file.

I see there is an option the change the path to the properties file. I have tried this but it doesn't seem to work and it still reads the default properties file. I have put the rouge.properties file into a folder that uses stemming and stopwords named "stemStopword".

java -jar rouge2-1.2.1.jar -Drouge.prop="stemStopword\rouge.properties"

Can you help me with this please? Thanks!

Cheers, Wenyi