[Moses-support] problem with train-model

2012-08-30 Thread saeed farzi
hi There is a problem when i try to train a Persian-English parallel corpus. I am using train-model.perl to train the corpus but i face with the below errors. At the end of training process , all files in Model folder have been created with 28k byte size or 0 size. I use the last version of moses

Re: [Moses-support] problem building mosesserver

2012-08-30 Thread Panos Kanavos
Hi, Thanks for the info. Actually I do need mosesserver, but for the time being it's probably ok to omit it. I'm building packages for Arch Linux for the whole toolchain (irstlm, giza++, moses, etc) and there must be no errors in the build process or the package will not be created. Panos On

Re: [Moses-support] problem building mosesserver

2012-08-30 Thread Kenneth Heafield
Hi, The build script is setup to compile mosesserver if the command xmlrpc-c-config is executable. If you don't care about mosesserver, you can either ignore the error message (it will compile everything else) or edit Jamroot, find the line that begins with "alias programs" and

Re: [Moses-support] problem building mosesserver

2012-08-30 Thread Panos Kanavos
Hi, Well, I would prefer to wait a little for the updated version to appear in Arch's repos than fiddle manually with it, so I'll let you know soon if the problem is solved. In the meantime, I tried to compile without "--with-xmlrpc-c", but to my surprise the same error appears and the bin dir

Re: [Moses-support] problem building mosesserver

2012-08-30 Thread Kenneth Heafield
Hi, That's correct, you did not need --with-xmlrpc-c because it's installed in a standard path. Apparently boost/duration.hpp does not compile on gcc 4.7.1 . Have you tried updating Boost to 1.51.0? Kenneth On 08/30/12 10:58, Panos Kanavos wrote: > Hello Kenneth, > > Thanks f

[Moses-support] problem building mosesserver

2012-08-30 Thread Panos Kanavos
Hi all, I' m trying to update my moses installations and this is the first time I use bjam. When I run ./bjam with "--with-xmlrpc-c", I get this at some point: "skipped mosesserver for lack of mosesserver.o..." What am I doing wrong? Many thanks in advance. Panos ___