I think step 9 is the step that creates the ini file.

try rerun the same command, but just add
   -first-step 9 -last-step

backup the model files you just created, just in case it decides to spend
another 15 hours training....

ps. if your machine have many cores, next time, you can make it run faster
by adding the arg
   -parallel -cores 8

On 6 March 2013 12:52, Per Tunedal <[email protected]> wrote:

> 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
>



-- 
Hieu Hoang
Research Associate
University of Edinburgh
http://www.hoang.co.uk
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to