From: GitHub <no...@gi...> - 2012-11-16 15:11:26
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 2a88fd07301ace845a575ca04ba4e509eb41735a https://github.com/moses-smt/mosesdecoder/commit/2a88fd07301ace845a575ca04ba4e509eb41735a Author: Barry Haddow <bar...@gm...> Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M scripts/training/filter-model-given-input.pl Log Message: ----------- Support for compact phrase table in EMS It should be sufficient to add a line like ttable-binarizer = "/home/bhaddow/moses/dist/bin/processPhraseTableMin" to your EMS config, and everything else will be taken care of. You can add other arguments to the processPhraseTableMin, for example for threading, by putting them in the quotes. Note that this is not fully tested, since there are currently some issues with the compact phrase table introduced by the sparse feature merge. Commit: 454037b6b7bbaf883ee69c467b9c78e10cefa697 https://github.com/moses-smt/mosesdecoder/commit/454037b6b7bbaf883ee69c467b9c78e10cefa697 Author: Barry Haddow <bar...@gm...> Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M moses/DummyScoreProducers.h M moses/TranslationOptionCollection.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/7d74673fbe4b...454037b6b7bb |