[Moses-support] Chat translation shared task - deadline extension

2020-06-02 Thread Amin Farajian
Dear all participants, The website of the chat translation shared task is updated with the dates of the test set release and submission: http://www.statmt.org/wmt20/chat-task.html Best regards, Amin Farajian ___ Moses-support mailing list

Re: [Moses-support] [EXT] Re: Error when compiling Moses with xmlrpc-c support

2020-06-02 Thread Hieu Hoang
i'm not sure why you need to add the ssl library, it shouldn't already be included if it's needed. I use Ubuntu 18.04 as my main distro and I've never needed to do this If you don't need to compile with xmlrpc-c, then add --no-xmlrpc-c. You may need to also add -a to recompile everything Hieu

Re: [Moses-support] [EXT] Re: Error when compiling Moses with xmlrpc-c support

2020-06-02 Thread Hank Kuo
To answer your questions: 1. Both openssl and libssl-dev have already been installed prior to me building Moses and generating the build.log.gz output. 2. That was a typo on my part, I was already specifying --with-cmph in my bjam command. Within the bjam build system for Moses, is there