Hi, I'm trying to build a Hierarchical phrase model. I've successfully run the following command for 15 hours:
nohup nice ~/mosesdecoder/scripts/training/train-model.perl -root-dir train -corpus ~/corpora/Total1.sv-fr.clean -f sv -e fr -alignment grow-diag-final-and -reordering msd-bidirectional-fe -lm 0:3:$HOME/lm/Total1.blm.fr:8 -external-bin-dir ~/mosesdecoder/tools -cores 4 -hierarchical -glue-grammar -max-phrase-length 5 -score-options --GoodTuring >& training.out & It resulted in the following files in the model folder: aligned.grow-diag-final-and extract.inv.sorted.gz extract.sorted.gz glue-grammar lex.e2f lex.f2e rule-table.gz Unfortunately, I cannot find any moses.ini file. What have I done wrong? Do I have to do the training all over once more? How could I test the model with some nice Swedish sentence? Yours, Per Tunedal PS It might have been a better idea to build a phrase model, but this appeared more interesting ... "Phrases with gaps" appeals to me. _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
