ROUGE automatic summarization evaluation toolkit. Support for ROUGE-[N, L, S, SU], stemming and stopwords in different languages, unicode text evaluation, CSV output.
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".
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