pyrouge
pyrouge copied to clipboard
what is the difference between another pyrouge?
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?
EDIT: deleted comment. I misunderstood the difference between the repos earlier. hopefully the comment below will shed light on the differences for the future
@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