Re: [Moses-support] Plans for the next release

2016-10-17 Thread Miriam Käshammer
ses2 is available in the moses github repository in case you didn't know. Are you having trouble using it? Is there a particular reason why you need an 'official' release?   Hieu Hoang http://www.hoang.co.uk/hieu   On 14 October 2016 at 13:36, "Miriam Käshammer" &

[Moses-support] Plans for the next release

2016-10-14 Thread Miriam Käshammer
Dear Moses developers,   Are there any plans for a next "official" release of Moses (which includes the moses2 decoder)? http://www.statmt.org/moses/?n=moses.releases   Thanks! Miriam  ___ Moses-support mailing list Moses-support@mit.edu

[Moses-support] Parameters per moses.ini or switch

2016-08-31 Thread Miriam Käshammer
Hi Moses developers,   Can we generally assume that parameters provided by a command line switch overwrite the corresponding parameters in the moses.ini?   For the stack parameter, the output (when initializing the decoder) is a bit confusing. Let's say we set    [s] 1500   in the

[Moses-support] Differences in compact phrase tables

2016-06-29 Thread Miriam Käshammer
Dear Moses developers and users,   We noticed that when creating a compact phrase table with processPhraseTableMin using multiple threads (e.g. 4) that the resulting compact phrase table is different every time (comparing the sha265 hashes). Is this expected behaviour?   Thanks! Best, Miriam

Re: [Moses-support] Compiling Moses with -fPIC

2015-12-18 Thread Miriam Käshammer
sendet: Dienstag, 15. Dezember 2015 um 18:26 Uhr Von: "Hieu Hoang" <hieuho...@gmail.com> An: "Miriam Käshammer" <miriam.kaesham...@gmx.de>, Moses-support@mit.edu Betreff: Re: [Moses-support] Compiling Moses with -fPIC you may have to compile boost, cmph and irstlm with th

[Moses-support] Compiling Moses with -fPIC

2015-12-14 Thread Miriam Käshammer
Dear Moses community,   My goal is to link Moses (the decoder) as a static library into some other shared library. As far as I understand the compiler/linker output of this other library, I need to compile the Moses library with parameter -fPIC (position independent code). Could you help me in