Hi, Thanks a lot for your reply. I completed 3 steps. But still I am getting this error. bash: moses: command not found
Do I have to define anything else. Thanks, Khan 2008/5/22 Carlos Henriquez <[EMAIL PROTECTED]>: > Hi Khan. > > If you compile moses with the standard way, there should be an executable > in the $MOSES_DIR/moses-cmd/src directory. > > Remember that the installing process has 3 main steps: regenerate, > configure and make > ./regenerate-makefiles.sh > ./configure --with-srilm=/path/to/srilm [--enable-optimization > LDFLAGS=-L/path/to/opt/libs] > make -j 4 > > Did you make them all? According to the mail thread you just made up to > step 2. > > -- > Carlos A. HenrĂquez Q. > +34-693-278-219 > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > ----- Mensaje original ---- > De: Khan Md. Anwarus Salam <[EMAIL PROTECTED]> > Para: Chris Callison-Burch <[EMAIL PROTECTED]> > CC: moses-support <[email protected]> > Enviado: jueves, 22 de mayo, 2008 7:03:08 > Asunto: [Moses-support] moses compiling problem > > Hi, > I am facing problem to run moses. I could compile it succesfully. > I downloaded *sample-models.tgz* > > But when giving this command it's giving error as there is nothing named > moses in src folder: > ~/mosesdecoder/trunk/moses-cmd/src/moses -f moses.ini < in > out > > Bash: no such file or directory > > Can anyone inform me how can I run moses now? how can I translate from the > sample model? > Waiting for some kind help for this. > > -- > Thanks, > Khan Md. Anwarus Salam > > 2008/5/22 Chris Callison-Burch <[EMAIL PROTECTED]>: > >> Sorry, I meant to say: >> >> ./configure --with-irstlm=/home/kmanwar/irstlm/ >> >> --Chris >> >> >> On May 21, 2008, at 3:22 PM, Chris Callison-Burch wrote: >> >> Hi Khan, >>> >>> Try using an absolute path instead of a relative one, and pointing to >>> the top-level directory of irstlm. For instance: >>> >>> ./configure --with-irstlm=/home/kmanwar/irstlm/bin/ >>> >>> --Chris >>> >>> On May 20, 2008, at 3:07 AM, Khan Md. Anwarus Salam wrote: >>> >>> Hi, >>>> I am trying to compile moses. >>>> It's doing this succesfully: ./regenerate-makefiles.sh >>>> But when I give thi: >>>> ./configure --with-irstlm=~/irstlm/bin/i386-redhat-linux-gnu/ >>>> it says configure: error: Cannot find IRST-LM! >>>> >>>> Waiting for some kind help for this. I installed IRSTLM in root >>>> folder. >>>> -- >>>> Thanks, >>>> Khan Md. Anwarus Salam >>>> >>>> _______________________________________________ >>>> Moses-support mailing list >>>> [email protected] >>>> http://mailman.mit.edu/mailman/listinfo/moses-support >>>> >>> _______________________________________________ >>> Moses-support mailing list >>> [email protected] >>> http://mailman.mit.edu/mailman/listinfo/moses-support >>> >>> > >
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
