To fix `script not found` :
pip uninstall pyrouge
git clone https://github.com/bheinzerling/pyrouge
cd pyrouge
pip install -e .
pyrouge_set_rouge_path </absolute/path/to/ROUGE-1.5.5/directory>
python -m pyrouge.test
Originally posted by @astariul in #25 (comment)
$ pyrouge_set_rouge_path </absolute/path/to/ROUGE-1.5.5/directory>
-bash: syntax error near unexpected token `newline'