Re: [Moses-support] integration of efmaral word alignment in Moses pipeline/EMS

2016-12-07 Thread Jorg Tiedemann
> > From the GitHub pages it appears that eflomal supercedes efmaral this is true, I guess > — is there any purpose therefore in using efmaral? it is a bit faster (but consumes more memory). eflomal does not support the fast_align input format at the moment but that can easily be fixed if ne

Re: [Moses-support] integration of efmaral word alignment in Moses pipeline/EMS

2016-12-07 Thread Matt Post
Hi, From the GitHub pages it appears that eflomal supercedes efmaral — is there any purpose therefore in using efmaral? Also, the linked PBML paper has no mention of eflomal — how does it perform in downstream BLEU tasks? Is it comparable to what you reported in Table 4? matt > On Dec 7, 201

[Moses-support] integration of efmaral word alignment in Moses pipeline/EMS

2016-12-07 Thread Jorg Tiedemann
efmaral and eflomal are efficient Markov chain word aligners using Gibbs sampling that can be used to replace GIZA++/fast_align in the typical Moses training pipelines: https://github.com/robertostling/efmaral https://github.com/robertostling/eflomal Would anyone be interested in adding suppor