Closed clayms closed 6 years ago
You need to download the original ROUGE-1.5.5.pl perl script and point pyrouge to its location.
The original script used to be available from the author's website, but this seems to be down now. There are some copies floating around, e.g. https://github.com/andersjo/pyrouge/blob/master/tools/ROUGE-1.5.5/ROUGE-1.5.5.pl
thanks, just figured that out.
when installing on a RHEL (fedora varient Linux) system with
pip3.6 install pyrouge --user
installs pyrouge in the typical python package location for users/home/user.name/.local/lib/python3.6/site-packages/
.Running
pyrouge_set_rouge_path /home/user.name/.local/lib/python3.6/site-packages/pyrouge
from the shell, orr = Rouge155('/home/user.name/.local/lib/python3.6/site-packages/pyrouge')
from python throws the following error.Where are the pyrouge binaries?