Hi,
Unfortunately, the Giza++ Makefile doesn't put the binaries in one
directory but the Moses scripts want them that way. So you have to copy
them to one directory. Here is the error message that you should be
getting. Please note the cp line.
Did not find /home/mahima/moses/tools/bin/GIZA++.
The with-giza directory should contain GIZA++, snt2cooc.out, and mkcls.
These are available from http://code.google.com/p/giza-pp/ :
wget https://giza-pp.googlecode.com/files/giza-pp.tgz
tar xzf giza-pp.tgz
cd giza-pp
make
cp
GIZA++-v2/{GIZA++,plain2snt.out,snt2cooc.out,snt2plain.out,trainGIZA++.sh}
mkcls-v2/mkcls .
Then run bjam --with-giza=/path/to/giza-pp
Kenneth
On 03/04/2012 09:10 PM, Mahima Sharma wrote:
> Hello
>
> I am trying to install moses onto my system. For this I am using the
> run through available on the moses site. When I give a command
>
> ./bjam --with-srilm=/home/mahima/moses/tools/srilm
> --with-irstlm=/home/mahima/moses/tools/irstlm
> --with-giza=/home/mahima/moses/tools/bin -j2
>
> I get an error that GIZA++ is not available. i tried giving the path of
> giza-pp folder. I tried renaming GIZA++-v2 folder as GIZA++, but I am
> still getting an error. What should I do to install moses.
>
> Thank you
> Mahima
>
>
> _______________________________________________
> 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