the end-to-end testing was ok. I ran hiero models with Europarl data, here's my EMS confg file http://www.statmt.org/moses/RELEASE-2.1/models/de-en/config.hiero.recase What's different about your config file? Can I have a look at it?
I only change the master branch, not the releases. The master branch seems to be working olk. On 29 October 2014 12:56, Guchun Zhang <[email protected]> wrote: > Hi, > > I don't know if this has been reported or fixed. > > In v2.1.1 (9098f3a8b419a6dd6ae7c1c5678f82334877504e), binarization for > hierarchical models will fail in EMS, which calls binarize-model.perl. The > problem is caused by the missing double quotes for $ttable-binarizer in > experiment.meta and binarize-model.perl. The following correction will > solve the problem. > > In experiment.meta, under "binarize-config", modify "template" (Line 655) > to > > $binarize-all IN OUT -Binarizer "$ttable-binarizer" > > In binarize-model.perl, change the first safesystem call to > > safesystem("$RealBin/filter-model-given-input.pl $targetdir > $input_config /dev/null $hierarchical -nofilter -Binarizer \"$binarizer\"") > > Hope this helps. > > Regards, > Guchun > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > > -- Hieu Hoang Research Associate University of Edinburgh http://www.hoang.co.uk/hieu
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
