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

2014-01-02 Thread Rico Sennrich
Hi Alexander The server still had a stupid/broken assumption that the MultiModel phrase table would be first in the config. I updated the code that it is now specified by name by the client. This call should work for you (with the newest moses commit): translate(['i have a

[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

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

2013-12-23 Thread Rico Sennrich
Калинин Александр verbalab@... 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