Re: [Moses-support] Error compiling with --with-mm

2015-03-24 Thread Tom Hoar
Thanks all. On 03/24/2015 11:08 PM, Prashant Mathur wrote: I guess this is the paper. Dynamic Phrase Tables for Machine Translation in an Interactive Post-editing Scenario. Ulrich Germann. IAMT 2014. --Prashant On Tue, Mar 24, 2015 at 4:58 PM, Tom Hoar

Re: [Moses-support] Error compiling with --with-mm

2015-03-24 Thread Prashant Mathur
I guess this is the paper. Dynamic Phrase Tables for Machine Translation in an Interactive Post-editing Scenario. Ulrich Germann. IAMT 2014. --Prashant On Tue, Mar 24, 2015 at 4:58 PM, Tom Hoar tah...@precisiontranslationtools.com wrote: I tried to find the purpose of the --with-mm flag.

Re: [Moses-support] Error compiling with --with-mm

2015-03-24 Thread marco turchi
Hi All, we have fixed the problem I reported yesterday. It is not clear to me the reason of that error, but I can compile Moses with the --with-mm flag, if in all the files inside the moses/TranslationModel/UG folder, I replace typename ::uint64 with ::uint64 The modified files are:

Re: [Moses-support] Error compiling with --with-mm

2015-03-24 Thread Tom Hoar
I tried to find the purpose of the --with-mm flag. Can someone explain or point me to a paper? Thanks, Tom On 03/24/2015 10:49 PM, marco turchi wrote: Hi All, we have fixed the problem I reported yesterday. It is not clear to me the reason of that error, but I can compile Moses with the

Re: [Moses-support] Error compiling with --with-mm

2015-03-24 Thread marco turchi
Hi the -with-mm is required to compile Moses with the dynamic suffix array. You can find more info here: http://www.statmt.org/moses/?n=Advanced.Incremental I guess the reference paper is this one by Uli Germann: Ulrich Germann. 20014. Dynamic Phrase Tables for Statistical Machine Translation in

Re: [Moses-support] Error compiling with --with-mm

2015-03-24 Thread Hieu Hoang
you're right, my info on MSVC is 5yrs out of date http://stackoverflow.com/questions/6618027/long-long-in-c I've deleted the UINT64 typedef since it's no longer needed https://github.com/moses-smt/mosesdecoder/commit/1064aaacbe4e7dd0571f35ef0eba3a2efc212859 Marco - you should check in your

Re: [Moses-support] Error compiling with --with-mm

2015-03-24 Thread Hieu Hoang
it's probably a compiler-specific problem. I tried it on gcc 4.6.4 (ubuntu 12.04), gcc 4.8.2 (ubuntu 14.04), clang (osx), and they all work ok. you should use UINT64 instead, which is defined in Typedef.h. It's been debugged to work on all platforms/compilers i know On 24/03/2015 15:49,

Re: [Moses-support] Error compiling with --with-mm

2015-03-24 Thread Kenneth Heafield
What's wrong with #include stdint.h and uint64_t Works on gcc, clang, and even MSVC. Kenneth On 03/24/15 12:28, Hieu Hoang wrote: it's probably a compiler-specific problem. I tried it on gcc 4.6.4 (ubuntu 12.04), gcc 4.8.2 (ubuntu 14.04), clang (osx), and they all work ok. you should

[Moses-support] Problem with corpus preparation

2015-03-24 Thread Abdelfetah Boumerdas
Hi All, i'm trying to build a translation model using moses, and to do that i'm using 2 corpora (europarl and the news commentary corpus provided in the manual) but when i reached the corpus preparation step i noticed the following problem: in the prepared europarl files i find that the apostrophe