Hi devs,
I'm trying to run Joshua with "--mbr" parameter, but encounter an error during [test-bleu-mbr].
I believe that this line (line 1672 on $JOSHUA/scripts/training/
pipeline.pl) :
-------------------------------------------------------------------------------------
"$JOSHUA/bin/bleu output $TEST{target} $numrefs > $testrun/bleu.mbr",-------------------------------------------------------------------------------------
Should be :
-------------------------------------------------------------------------------------
"$JOSHUA/bin/bleu $output $TEST{target} $numrefs > $testrun/bleu.mbr",
-------------------------------------------------------------------------------------
At least I think so, because when I try to change it, it's running successfully.
CMIIW.
Regards,
Reza Lesmana