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
209 stars 37 forks source link

rouge.propertities can not be set for rouge-L #15

Closed eckolemon closed 5 years ago

eckolemon commented 5 years ago

image

image

I dont'know why it failed.

kavgan commented 5 years ago

You may be using an older version of the library. Please use: https://github.com/kavgan/ROUGE-2.0/tree/master/versions/v1.2.1

Settings instructions are here: https://github.com/kavgan/ROUGE-2.0/blob/master/docs/usage-documentation.md. Please let me know if the errors persist.

kavgan commented 5 years ago

Related to #8

ailsamm commented 5 years ago

Hey @kavgan . I also had the same issue but this was resolved by downloading and using the zip in the link above (thanks for this). The latest commit in the master branch (https://github.com/kavgan/ROUGE-2.0) doesn't seem to be linked to this or up-to-date, so it might be a good idea to merge everything to prevent future issues, as this is slightly misleading. Thanks!

kavgan commented 5 years ago

Thanks I will update the README!

kavgan commented 5 years ago

@ailsamm I've updated the README, thanks for your input and please let me know of other inconsistencies if you do see them 😄

ailsamm commented 5 years ago

@kavgan Thank you so much for updating. It's appreciated!