I'm replicating the steps described in Baseline System page,and am about to run 
the following command,except I want to run it with pre-compiled berkeley word 
aligner rather than mgiza or giza++ (since their installations have been 
troublesome)Should I fix the command below or code in somewhere?In any case, 
how should it be fixed?

 mkdir ~/working
 cd ~/working
 nohup nice ~/mosesdecoder/scripts/training/train-model.perl -root-dir train \
 -corpus ~/corpus/news-commentary-v8.fr-en.clean                             \
 -f fr -e en -alignment grow-diag-final-and -reordering msd-bidirectional-fe \ 
 -lm 0:3:$HOME/lm/news-commentary-v8.fr-en.blm.en:8                          \
 -external-bin-dir ~/mosesdecoder/tools >& training.out &                       
                  
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to