pyrouge icon indicating copy to clipboard operation
pyrouge copied to clipboard

what is the difference between another pyrouge?

Open Halfish opened this issue 6 years ago • 2 comments

I install pyrouge with pip install pyrouge, but it turns out to be another python wrapper for official rouge, see https://github.com/bheinzerling/pyrouge

how to install this pyrouge, and what is the difference between these two projects?

Halfish avatar Jan 26 '18 14:01 Halfish

EDIT: deleted comment. I misunderstood the difference between the repos earlier. hopefully the comment below will shed light on the differences for the future

AlJohri avatar Feb 02 '18 02:02 AlJohri

@Halfish it seems like this is a re-implementation in pure python of a subset of rouge's features (a noble goal!) and the other pyrouge you linked simply is an interface to using rouge via python using the subprocess module

AlJohri avatar Feb 02 '18 02:02 AlJohri