Hi Greg On Friday 27 May 2011 09:47, Greg Wilson wrote:
> lm-training = path-to-irstlm/build-lm.sh > order = 5 > settings = ...irstlm arguments... and figure out how order above is > passed to -n here... > I looked at the experiment.perl script, and it's not set up to pass the correct arguments to irstlm, so what you're suggesting above shouldn't work. You could probably get it to work by messing with experiment.meta - look for [LM], then look for train, and edit the template. But it may be easier just to train the lm separately. I'm guessing you're avoiding srilm due to licensing restrictions? You can also use kenlm at run time (it doesn't do training) but again it's not integrated into experiment.perl - yet. cheers - Barry -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
