The several arguments are positional arguments OR named arguments, which can be confusing. Full paths often solve problems. Also, not sure if the equal sign causes problems. So, try this:
nohup nice mosesdecoder/scripts/training/mert-moses.pl \ --decoder-flags "-threads 8" \ --working-dir /home/fubin/moses/work/mert-work5 \ --input <full-path>/data/fr-en2006/dev/dev2006.true.fr \ --refs <full-path>/data/fr-en2006/dev/dev2006.true.en \ --decoder <full-path>/mosesdecoder/bin/moses \ --config <full-path>/work/train/model/moses.ini \ --mertdir <full-path>/mosesdecoder/bin/ &> work/outfile/mertstart.out On 03/11/2015 10:38 AM, 付彬 wrote: > nohup nice mosesdecoder/scripts/training/mert-moses.pl > --decoder-flags="-threads 8" > --working-dir=/home/fubin/moses/work/mert-work5 > data/fr-en2006/dev/dev2006.true.fr data/fr-en2006/dev/dev2006.true.en > mosesdecoder/bin/moses work/train/model/moses.ini > --mertdir=mosesdecoder/bin/ &> work/outfile/mertstart.out _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
