Paul Tardy
Paul Tardy
This feature is not (yet?) implemented. Contributions on this are welcome!
@damnko Hi damnko, unfortunately I've no plan of implementing it myself in the short term. Again, contributions are welcome. I never used it myself, but I know the original ROUGE...
Feel free to open a PR, I would be able to review it :)
Honestly don't get it. I tried using exact same version of python and pip, everything is fine... Maybe things are messed up by environments, are you using some envs?
That's correct. In order to correctly calculate ROUGE-L we need to split the text in sentences. Periods are used to detect end of sentence so it's probably the source of...
Hi (sorry, vacation delay), Why not, it makes sense and It's super easy to do using `nltk` library ([see example](https://stackoverflow.com/a/19133088/5903959)), we could add an option to do it.
TL;DR: I'm looking for the best ROUGE scoring python i.e. the best `function sentence1, sentence2: set of rouge scores`. I am currently using [pltrdy/pythonrouge](https://github.com/pltrdy/pythonrouge) to as a ROUGE wrapper. It...
I've built a fully python rouge implementation: https://github.com/pltrdy/rouge Way faster than PERL wrapping.
Note that I wrote a wrapper especially for this [`files2rouge`](https://github.com/pltrdy/files2rouge). Given a `summaries.txt` and `references.txt` files, it will calculate the ROUGE score between each lines.
Definitely agree with this. That's the default behavior in Vivaldi (which has vertical tabs as a built-in option)