Hi,
I’m using this line of code to try and get the BLEU score of some predictions I made, using version 2.2:
perl OpenNMT-tf/third_party/multi-bleu.perl toy-ende/ref.txt < toy-ende/pred.txt
This worked previously for me when I was using the old version, but no longer works for me on the new version. I get an error saying:
’ Can’t open perl script “OpenNMT-tf/third_party/multi-bleu.perl”: No such file or directory’
What can I do to get it to work?
Thanks