In order to get a Rouge score of my generated summarization, I have finished all the steps listed in this page: How to install the Python package pyrouge on Microsoft Windows?
However, when I finally tried the codes at the end of this page, the following error occurred:
FileNotFoundError: [WinError 2] The system can not find the file specified.
This is the work finished before the error: some outputs of my jupyter notebook
I have examined the .xml document generated by the codes and I am sure that it is correctly generated.
I have no access to which file is not found mentioned in [WinError 2], what can I do to fix this error? Please help me.