Hi everyone
i have a problem when running :

nohup nice $SCRIPTS_ROOTDIR/training/mert-moses.pl 
work/tuning/tune.lowercased.en work/tuning/tune.lowercased.id 
tools/moses/dist/bin/moses work/model/moses.ini --working-dir work/tuning/mert 
--mertdir /home/Raka/smt/tools/moses/dist/bin --rootdir $SCRIPTS_ROOTDIR 
--decoder-flags "-v 0" >& work/tuning/mert.out &

the output is 

nohup: ignoring input
main::create_extractor_script() called too early to check prototype at 
/home/Raka/smt/tools/moses/scripts/training/mert-moses.pl line 681.
Using SCRIPTS_ROOTDIR: /home/Raka/smt/tools/moses/scripts
Not executable: /home/Raka/smt/tools/moses/dist/bin/extractor at 
/home/Raka/smt/tools/moses/scripts/training/mert-moses.pl line 321.


when i check in dist/bin there is no file extractor. so i thought my build was 
wrong. i rebuild my moses on cygwin (i use windows)

there is a
warning in the beginning about boost :
 
 warning:Notoolsets are configured.
 warning:Configuringdefaulttoolset "gcc".
 warning:Ifthe defaultis wrong,your build may not work correctly.
 warning:Usethe "toolset=xxxxx"option to override our guess.
 warning:Formore configuration options,please consult
 warning:http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html

and in the end of the building there are these 3 message:
...failed updating 2 targets...
...skipped 37 targets...
...updated 535 targets...

then i follow all the steps in http://www.statmt.org/moses_steps.html#versions, 
i found no problem until PART4-tuning section which is back to mirtdir problem.

i set 

 --mertdir /home/Raka/smt/tools/moses/dist/bin
 or
 --mertdir /home/Raka/smt/tools/moses/mert
and the result is still the same, there is no extractor in dist/bin and the 
only  extractor file i found is extractor.cpp in moses/mert.

can someone told me is there something wrong with my moses build? i really need 
solution for this problem

Thank you everyone

Raka
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to