[Moses-support] Boost problem compiling Moses

2012-09-03 Thread Lane Schwartz
I'm trying to compile Moses on Mac OS X. I installed Boost using fink. I get the following error message: Failed to run bash -c g++ -dM -x c++ -E /dev/null -include boost/version.hpp 2/dev/null |grep '#define BOOST_' Boost does not seem to be installed or g++ is confused. Any ideas? Thanks,

Re: [Moses-support] Boost problem compiling Moses

2012-09-03 Thread Kenneth Heafield
Hi Lane, Try running g++ -dM -x c++ -E /dev/null -include boost/version.hpp That should help you figure out how your Boost install is insufficient. Missing Boost variables? Kenneth On 09/03/12 15:56, Lane Schwartz wrote: I'm trying to compile Moses on Mac OS X. I installed Boost

Re: [Moses-support] Boost problem compiling Moses

2012-09-03 Thread Lane Schwartz
That works! On Mon, Sep 3, 2012 at 4:12 PM, Christian Federmann cfederm...@dfki.de wrote: Hi Lane, all, I added some bits to make Moses work with MacPorts installed versions of Boost. This _could_ also work for fink (adapt the /path/to/macports bit). See the BUILD-INSTRUCTIONS.txt

[Moses-support] Moses in Eclipse

2012-09-03 Thread Miriam Kaeshammer
Hello, does anybody of you use Eclipse for coding for Moses? How do you build using boost? As a start, I am using the project files provided in the git-repository (in mosesdecoder/contrib/other-builds). For each of the projects, in the project properties, I specified bjam

[Moses-support] sigtest-filter directory

2012-09-03 Thread Jonathan Clark
Hi all, The Moses wiki lists the path of the phrase table pruner as sigtest-filter, but it's now been moved to contrib/sigtest-filter. 1) Could someone change this on the wiki or could I get access to do it myself? 2) Given that the documentation has collected a bit of dust, should I still

Re: [Moses-support] Boost problem compiling Moses

2012-09-03 Thread Christian Federmann
Glad to hear that, Lane :) Best, Chris Lane Schwartz dowob...@gmail.com hat am 3. September 2012 um 17:55 geschrieben: That works! On Mon, Sep 3, 2012 at 4:12 PM, Christian Federmann cfederm...@dfki.de wrote: Hi Lane, all, I added some bits to make Moses work with MacPorts

[Moses-support] Questions in http://kheafield.com/code/kenlm/developers/

2012-09-03 Thread Fong Po Po
Dear all:   I have read http://kheafield.com/code/kenlm/developers/   I see wget -O - http://kheafield.com/code/kenlm.tar.gz |tar xz cd kenlm ./compile.sh ./query file.arpa text   If file.arpa does not exist, we cannot do this command: ./query file.arpa text How can we do this command if

[Moses-support] Dose Moses support binarised translation table for factored model?

2012-09-03 Thread Tan, Jun
Hi all, I built a factored model following the guideline on Moses web page. In order to faster the decoding speed, I’m trying to use the binarised phrase table. The binaring progress is finished, when trying to decode with the binarised phrase table, the translation got failed. The input and