pyrouge icon indicating copy to clipboard operation
pyrouge copied to clipboard

An interface to and, in time, a Python reimplementation of the ROUGE package for evaluating summarization

Results 7 pyrouge issues
Sort by recently updated
recently updated
newest added

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. ![image](https://cloud.githubusercontent.com/assets/20283410/24904130/76ec48f8-1eea-11e7-84d2-d412c124b959.png) 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...