files2rouge
files2rouge copied to clipboard
Calculating ROUGE score between two files (line-by-line)
https://github.com/pltrdy/files2rouge/blob/d3d09c8387416e80353e3a01e959bf8cc1747f58/files2rouge/utils.py#L36 Why add a space before `eos`?
Hi, I have encountered the same issue as #48 but I failed to fix it by giving the db file permission: ``` l /Users/huyiwen/.files2rouge/data/WordNet-2.0.exc.db .rwxrwxrwx 12k huyiwen 6 Jul 21:43...
Hi, I am trying to install files2rouge and encounter some problems with running the tests. I am using a Perl 5.24.1 installation which is not installed in /usr/. Therefore I...
ROUGE-1.5.5.pl has a XML::Parser dependency, without this module installed, the following error is printed: ``` Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains:...
``` PS D:\LuanVan\Rouge\files2rouge> files2rouge summaries.txt references.txt Preparing documents... Running ROUGE... Traceback (most recent call last): File "N:\python_86\Scripts\files2rouge-script.py", line 11, in load_entry_point('files2rouge==2.0.0', 'console_scripts', 'files2rouge')() File "N:\python_86\lib\site-packages\files2rouge-2.0.0-py3.6.egg\files2rouge\files2rouge.py", line 82, in main output...
For example, there are 4 references for each article in DUC2004 dataset . How to test the rouge score for this ?
### Thanks for you distribution! ### Is this repo got exactly same result with google/seq2seq official repo? Thanks~
hello there, I have encountered the Error : TypeError: __init__() got an unexpected keyword argument 'log_level' , while trying to analyse some NanoPore seq data. i have implemented the steps...