Hello There,
I am on tuning part, but what is the difference of the tunning data
from training data?
and while I am trying to tune using command on
http://www.statmt.org/moses_steps.html

nohup nice mose/moses-scripts/scripts-20120409-0748/training/mert-moses.pl
worked/tuning/nc-dev2007.lowercased.fr
worked/tuning/nc-dev2007.lowercased.en mose/moses/moses-cmd/src/moses
worked/model/moses.ini --working-dir worked/tuning/mert --rootdir
/home/admin1/mose/moses-scripts/scripts-20120409-0748/ --decoder-flags
"-v 0" >& worked/tuning/mert.out &

and when I look at the file mert.out it says

nohup: ignoring input
main::create_extractor_script() called too early to check prototype at
mose/moses-scripts/scripts-20120409-0748/training/mert-moses.pl line
666.
Using SCRIPTS_ROOTDIR: /home/admin1/mose/moses-scripts/scripts-20120409-0748/
Assuming 
--mertdir=/home/admin1/mose/moses-scripts/scripts-20120409-0748//../mert
Not executable:
/home/admin1/mose/moses-scripts/scripts-20120409-0748//../mert/extractor
at mose/moses-scripts/scripts-20120409-0748/training/mert-moses.pl
line 311.

I think mert-moses.pl code need to be edited. and when I look at mert-moses.pl
there is a part

if (!defined $mertdir) {
 $mertdir = "$SCRIPTS_ROOTDIR/../mert";
 print STDERR "Assuming --mertdir=$mertdir\n";
}

my $mert_extract_cmd = "$mertdir/extractor";
my $mert_mert_cmd = "$mertdir/mert";

where are these mert, extractor files?
please forward me any suggestion you have.
Thank you.
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to