Re: [Moses-support] [Moses-developers] Generation models with Mmsapt

2015-09-04 Thread Hieu Hoang
ok. I'm still getting segfault in Lex Reordering during loading. If you can provide the ro text file so I can binarize it myself, I can debug it. But not a priority, I can park the issue for another time Hieu Hoang Researcher New York University, Abu Dhabi http://www.hoang.co.uk/hieu On 4

Re: [Moses-support] [Moses-developers] Generation models with Mmsapt

2015-09-04 Thread Michael Denkowski
I added non-binarized versions of all the model files including reordering to the tarball: https://drive.google.com/file/d/0B6trVKD0-obBdEV0dFg5RkN4Yjg/view?usp=sharing . Best, Michael On Fri, Sep 4, 2015 at 7:10 AM, Hieu Hoang wrote: > ok. I'm still getting segfault in

Re: [Moses-support] [Moses-developers] Generation models with Mmsapt

2015-09-03 Thread Hieu Hoang
i saw your checkins, is it working for you now? Your test data doesn't seem to run for me, the lexical reordering file seems to be corrupt. (if you wanna share test data, can you do it via dropbox/google drive rather than the Moses github) On 03/09/2015 05:13, Michael Denkowski wrote:

Re: [Moses-support] [Moses-developers] Generation models with Mmsapt

2015-09-03 Thread Michael Denkowski
Hi Hieu, Yes, I have everything working together with the caveat about order in the moses.ini file (https://github.com/moses-smt/mosesdecoder/pull/124). The mmsapt files might be dependent on Boost version so I also included the aligned bitext I used to build the model and rebuilt the tarball:

Re: [Moses-support] [Moses-developers] Generation models with Mmsapt

2015-09-02 Thread Michael Denkowski
Sounds good. I added a small test model to my branch: https://github.com/moses-smt/mosesdecoder/raw/mjdenkowski/mmsapt-factor-test.tar.gz. This translates a sample of fr-en news with a Mmsapt, surface LM, and 400-class LM. --Michael On Wed, Sep 2, 2015 at 2:56 AM, Hieu Hoang