pyrouge
pyrouge copied to clipboard
An interface to and, in time, a Python reimplementation of the ROUGE package for evaluating summarization
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...
2017-11-30 21:18:25,950 [MainThread ] [INFO ] Written ROUGE configuration to /tmp/tmp830awd6_/rouge_conf.xml 2017-11-30 21:18:25,950 [MainThread ] [INFO ] Running ROUGE with command /home/lily/zl379/Projects/pointer-generator-rouge/RELEASE-1.5.5/ROUGE-1.5.5.pl -e /home/lily/zl379/Projects/pointer-generator-rouge/RELEASE-1.5.5/data -c 95 -2 -1 -U -r...
I met some problem on installing DB_File module. When I try to use 'ppm install DB_File', it showed that 'no missing package to install', but when I verify by ppm,...
how to deal with this ? please help https://stackoverflow.com/questions/35835842/errors-installing-pyrouge
I'm trying to use the tool in windows, with python version of 36. Whenever I run `rouge=Rouge155()`, I'm getting the error below.  Do I need to configure something like...
File "/Library/Python/2.7/site-packages/pyrouge/rouge.py", line 76 print("Rouge returned a non-zero error code. Output was: ", file=sys.stderr) ^ SyntaxError: invalid syntax Do you have any idea how to solve this problem? I installed...
In the README, the following example is given: ``` ref_texts = {'A': "Poor nations pressurise developed countries into granting trade subsidies.", 'B': "Developed countries should be pressurized. Business exemptions to...