When executing ./multeval.sh eval -R example/refs.test2010.lc.tok.en.0 --hyps-baseline example/hyps.lc.tok.en.baseline.opt0 --metrics ter I get the following error:
Failed to specify required options: [refs]
But when changing -R to --refs everything works as expected.
Other flags such as -t or -d are also affected, they do not change the behavior of multeval.
I do not know, if every short flag is broken.
When executing
./multeval.sh eval -R example/refs.test2010.lc.tok.en.0 --hyps-baseline example/hyps.lc.tok.en.baseline.opt0 --metrics terI get the following error:But when changing
-Rto--refseverything works as expected.Other flags such as
-tor-dare also affected, they do not change the behavior of multeval.I do not know, if every short flag is broken.