THUNLP-MT / THUMT

An open-source neural machine translation toolkit developed by Tsinghua Natural Language Processing Group
BSD 3-Clause "New" or "Revised" License
703 stars 197 forks source link

Bleu Score error #53

Closed sandipjedhe closed 5 years ago

sandipjedhe commented 5 years ago

I have run the below command sed -r 's/(@@ )|(@@ ?$)//g' < newstest2015.trans > newstest2015.trans.norm

And the run command for Bleu score as multi-bleu.perl -lc newstest2015.tc.en < newstest2015.trans.norm > evalResult

and occur error as multi-bleu.perl: command not found

There is any package required or any more parameters take

shuo-git commented 5 years ago

See https://github.com/moses-smt/mosesdecoder/blob/master/scripts/generic/multi-bleu.perl to download the required script.

sandipjedhe commented 5 years ago

Shuo-git, I don't understand what i do, which script to be download ? There is any other option?

Glaceon31 commented 5 years ago

The link provided by @shuo-git is the script you need