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

API and deploying to maven #16

Closed zharenkov closed 4 years ago

zharenkov commented 5 years ago

Hi, Don't you have plans to create API and deploy this project as maven artifact (in any public repository)? So the other people be able to use it as a maven dependency in their project.

Why I'm asking : I have maven project with long dataflow with text simplification, summarazation, question generation and so on. And in some parts of data processing pipeline I want to evaluate score between hypothesis and some reference. And such kind of API will be very helpful.

Thanks!

kavgan commented 5 years ago

Hi @zharenkov, no such plans right now. Do you have a sense of how hard it would be to make this available as a maven artifact?

breandan commented 3 years ago

JitPack should require no effort to configure, except the CI build does not seem to work for this project:

https://jitpack.io/com/github/kavgan/ROUGE-2.0/v1.2.1/build.log

If you add a jitpack.yml file with your custom build command, this should work properly.