[Moses-support] problem with weighting translation models using client_multimodel.py

2013-12-23 Thread Калинин Александр
Hi, everyone! I have a problem with weighting two translation models using client_multimodel.py. When I function like that (with no weights): translate(['i have a dream'],server) it's ok - Moses responses me with translation via xmlrpc. But when I try to add weigts like that translate(['i ha

Re: [Moses-support] Error while compiling Moses

2013-12-23 Thread Christophe Servan
Hi Nakul, please try to install the package libbz2-dev (sudo apt-get install libbz2-dev) and try again to compile. If it does not work, I faced that kind of issue by adding "-lbz2" to the environment variable LDFLAGS Best, Christophe 2013/12/21 nakul sharma > Hi Christophe, > > Thank you for

Re: [Moses-support] problem with weighting translation models using client_multimodel.py

2013-12-23 Thread Rico Sennrich
Калинин Александр writes: > > Hi, everyone! > > I have a problem with weighting two translation models using client_multimodel.py. When I function like > that (with no weights): > > translate(['i have a dream'],server) > > it's ok - Moses responses me with translation via xmlrpc. > > But whe