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

Reply via email to