sumeval
sumeval copied to clipboard
Well tested & Multi-language evaluation framework for text summarization.
Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.15 to 2.0.16. Changelog Sourced from codecov's changelog. 2.0.16 fixed reported command injection vulnerability. Commits 3a8b06b Version 2.0.16 b2951c0 Merge pull request #231 from codecov/ce-1380 2a80aa4 CE-1380_sanitize_args...
Hi @icoxfog417. Thank you for providing a great tool! I found that the result is different between `Pythonrouge` and `RougeCalculator` when using `stemming=True`. I attached the test code to reproduce...
https://qiita.com/icoxfog417/items/65faecbbe27d3c53d212 からたどり着きました。 素晴らしいライブラリをありがとうございます。卒業論文を書くのに`sumeval`を用いており、引用したいのですが、CITATION.cffを追加していただきたいです! ちなみに、https://arxiv.org/abs/2108.03502 と似たようなテーマに取り組んでおります。 I got to it from https://qiita.com/icoxfog417/items/65faecbbe27d3c53d212. Thanks for the great library. I'm using `sumeval` to write my senior thesis, and I'd like to cite it,...
Hi. I have a feature request for ROUGE-L calculation with multiple sentences. There are two manners for ROUGE-L calculation: (1) sentence-level and (2) summary-level. See also: https://github.com/google-research/google-research/tree/master/rouge#two-flavors-of-rouge-l In `pythonrouge`, if...