[Moses-support] -nbest-list option in decoder
In the tuning script I passed the following parameter to mert-moses.plscript.
–decoder-flags ‘-n-best-list output_file 200′
But the script keeps throwing me the error :
Peeking at the beginning of nbestlist to get order of scores: run1.best100.out
Failed to get order of scores from nbestlist ‘run1.best100.out’
Looking at the code and the output, it seems the decoder runs successfully, though.
I do not get this. Can someone help?
Re:[Moses-support] -nbest-list option in decoder
Hi,
you should not specify an n-best-list option to the MERT script, since it uses its own file naming convention for the n-best list files it produces. If you want to change the size of the n-best lists to 200 use the option “-nbest 200″.
-phi
Re:[Moses-support] -nbest-list option in decoder
Yeah, I figured that out. Thank you.
NOTICE:This is digested from the Moses-support mailing list, which supports for the moses SMT decoder.
Related posts:
- Moses Support Digest:Multi-threaded Moses
- Moses Support Digest: moses-irstlm memory racing with 5-gram lm
- Moses Support Digest:mert extractor
- Moses Support Digest:tuning tree-based models
- Moses Support Digest: different bleu scores from nist and moses scripts
- Moses Support Digest: Moses decoder on windows freezes after 5 sentences
- Moses Support Digest: Issues with Score data
- Moses Support Digest:moses decoder results on cygwin and dos
- Moses Support Digest:About giza++ options when running moses
- Moses Support Digest:word lattice and multiple translation tables optimization problem