-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some short options are broken #13
Comments
It looks like tl;dr Steps to reproduce in commit bd93ed, using the following command (default setting is false, from
And here are the resulting TER scores, for command-line arguments. Only
|
I think all of them are broken actually. |
They were completely broken. Remove them to avoid ambiguity. See: jhclark#13
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: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.
The text was updated successfully, but these errors were encountered: