We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./multeval.sh eval --refs example/refs.test2010.lc.tok.en.* --hyps-baseline example/hyps.lc.tok.en.baseline.opt* --meteor.language en
what it is 'example/refs.test2010.lc.tok.en.' and 'hyps.lc.tok.en.baseline.opt'.
我的理解是,--refs 后面跟的是原始的标注数据 --hyps-baseline 后面跟的是baseline系统跑出来的结果 我不能理解,为什么 --hyps-baseline后面跟的参数,在example里面是三个文件。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
what it is 'example/refs.test2010.lc.tok.en.' and 'hyps.lc.tok.en.baseline.opt'.
我的理解是,--refs 后面跟的是原始的标注数据 --hyps-baseline 后面跟的是baseline系统跑出来的结果
我不能理解,为什么 --hyps-baseline后面跟的参数,在example里面是三个文件。
The text was updated successfully, but these errors were encountered: