Errors Installing Pyrouge
I'm currently trying to install pyrouge, and I'm getting the following errors ====================================================================== ERROR: test_options (pyrouge.te
In Rouge155_test.py file, you should modify two lines:
modify
"pyrouge_evaluate_plain_text_files.py -m {} -s {} -sfp "
to
"pyrouge_evaluate_plain_text_files -m {} -s {} -sfp "
And, modify
"pyrouge_write_config_file.py -m {m} -s {s} "
to
"pyrouge_write_config_file -m {m} -s {s} "
Post a Comment for "Errors Installing Pyrouge"