Hi, thanks for your response. No, I run a new experiment from scratch, based on the config.toy that comes with moses. I follow the Quick start instructions (http://www.statmt.org/moses/?n=FactoredTraining.EMS#ntoc3) and customise: working-dir, data-dir, moses-script-dir, moses-src-dir, decoder, (and don't touch srilm-dir, as I don't have it installed, but experiment.perl requires it to be set to something)
then also: lm-binarizer, lm-quantizer So no LM has been created when I execute experiment.perl. /Greg On Fri, May 27, 2011 at 10:24 AM, Miles Osborne <[email protected]> wrote: > is this after running with SRILM? > > if so, then look for the script which creates the LM and delete it. > that should force it to be re-created, using IRSLM > > Miles > > On 27 May 2011 09:16, Greg Wilson <[email protected]> wrote: >> Hi, first let me thank the people who are making Moses available, your >> work is very appreciated! >> >> I am trying to run experiment.perl on an installation with only IRSTLM >> (SRILM is not installed). This works perfectly fine if I do the >> experiments manually. >> >> I followed this instruction for configuring the experiment to only use >> IRSTLM: >> http://www.statmt.org/moses/?n=FactoredTraining.EMS#ntoc13 >> The instruction is quite clear: uncomment lm-binarizer and >> lm-quantizer, which I did. >> >> The problem is that it seems like experiment.perl still try to use SRILM: >> >> perl $m/scripts-20110520-1542/ems/experiment.perl -config config.toy >> Use of implicit split to @_ is deprecated at >> /usr/local/bin/scripts-20110520-1542/ems/experiment.perl line 2145. >> STARTING UP AS PROCESS 14381 ON liveserver0 AT Fri May 27 06:45:00 UTC 2011 >> LOAD CONFIG... >> find: `/usr/local/srilm/bin/i686/ngram-count*': No such file or directory >> LM:lm-training: file /usr/local/srilm/bin/i686/ngram-count does not exist! >> find: `/usr/local/srilm/bin/i686*': No such file or directory >> GENERAL:srilm-dir: file /usr/local/srilm/bin/i686 does not exist! >> Died at /usr/local/bin/scripts-20110520-1542/ems/experiment.perl line 360. >> >> Is it possible to do what I want; to configure an >> experiment.perl-experiment to only use IRSTLM, or are there hardwired >> calls to SRILM somewhere in there? >> >> Thankful for any advice, >> /Greg >> _______________________________________________ >> Moses-support mailing list >> [email protected] >> http://mailman.mit.edu/mailman/listinfo/moses-support >> > > > > -- > 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
