Re: [Moses-support] mgiza install

2016-07-20 Thread Tom Hoar
Sending you this as a reminder for when you're ready. Tom On 7/20/2016 11:01 PM, moses-support-requ...@mit.edu wrote: Date: Wed, 20 Jul 2016 16:35:27 +0100 From: Hieu Hoang Subject: Re: [Moses-support] mgiza install To: Andrew Caines Cc:

Re: [Moses-support] Steps for setting up Cache Based Models

2016-07-20 Thread Prashant Mathur
Hi Parmpreet, Just FYI... CBPT is meant to work as a foreground PT but it depends on the use case of course. The chances of decoder using the phrases in the cache are more if the 0th phrase table is CBPT and not the background PT. In the sense that instead of this order of PTs

Re: [Moses-support] evaluation metrices

2016-07-20 Thread Philipp Koehn
Hi, take a look at this recent paper: http://www.statmt.org/wmt16/pdf/W16-2302.pdf and the metrics it cites (presented in the same proceedings) for other metrics to use. You will have to download the software for the metrics in addition to the Moses installation. -phi On Wed, Jul 20, 2016 at

Re: [Moses-support] mgiza install

2016-07-20 Thread Andrew Caines
Thank you Hieu, I will switch to Linux when I can. For the time being with OSX I removed "-lrt" from CMakeList.txt and encountered a new error in '$ make' -- [ 10%] Building CXX object src/CMakeFiles/mgiza_lib.dir/ForwardBackward.cpp.o

Re: [Moses-support] mgiza install

2016-07-20 Thread Hieu Hoang
In CMakeList.txt line 39, delete -lrt This is also a problem when compiling moses. I hack it by creating an empty rt library with the code in mosesdecoder/contrib/rt and copying it into /usr/lib To be honest, there will be other problems when running moses on osx, not just compiling. Moses &

[Moses-support] mgiza install

2016-07-20 Thread Andrew Caines
Hello, I've encountered a problem installing mgiza, downloaded from GitHub. https://github.com/moses-smt/mgiza 'cmake .' runs fine. 'make' exits with the following message: [ 51%] Linking CXX executable ../bin/d4norm ld: library not found for -lrt clang: error: linker command failed with

Re: [Moses-support] error when building moses with nplm

2016-07-20 Thread Hieu Hoang
You might want to have a look at the patch submitted here if you are going to use NPLM https://github.com/moses-smt/mosesdecoder/pull/161 On 20/07/2016 10:15, Tomasz Gawryl wrote: Hi, I’m trying to compile mosesdecoder with NPLM with INTEL MKL but without success. I did some searches

[Moses-support] error when building moses with nplm

2016-07-20 Thread Tomasz Gawryl
Hi, I'm trying to compile mosesdecoder with NPLM with INTEL MKL but without success. I did some searches in Google and found similar request but unanswered: http://comments.gmane.org/gmane.comp.nlp.moses.user/11985 I compiled and installed NPLM and MLK without problems. Here is my