chimera icon indicating copy to clipboard operation
chimera copied to clipboard

Linux commands on Windows

Open tasevsky opened this issue 3 years ago • 1 comments
trafficstars

While trying to run the server on Windows 10, an exception raises on the evaluation part, in the file eval\bleu\eval.py, line 69. I suppose this is because of the Linux command in cmd. How can I fix this issue so that it runs on my OS?

tasevsky avatar Jul 25 '22 16:07 tasevsky

you would need to install perl. while back when this code was written, multi-bleu was the standard, the standard today is sacrebleu, and i recommend you use it instead

AmitMY avatar Jul 25 '22 19:07 AmitMY