João Graça a écrit : > I am trying to train a Moses baseline using only Giza alignments up > to HMM so M1=5 and MHMM=5. > [...] > --giza-option m1=4,m2=0,mh=4,m3=0,m4=0 > > And after the training i get the following msg: > [...] > Giza did not produce the output file ./giza.en-fr/en-fr.A3.final. > [...] > What am i doing wrong?
Nothing, IMO Giza++ really should output an alignment file in this setup, although probably named something like ./giza.en-fr/en-fr.Ahmm.final. As a workaround, you may use the following options m1=4,m2=0,mh=4,m3=0,m4=0,hmmdumpfrequency=4,nodumps=0,model1dumpfrequency=0 and get a ./giza.en-fr/en-fr.Ahmm.4 file (and many others). You still need to make a symbolic link from that file to the expected filename (en-fr.A3.final). HTH, -- Daniel _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
