From: GitHub <no...@gi...> - 2012-09-13 21:21:01
|
Branch: refs/heads/miramerge Home: https://github.com/moses-smt/mosesdecoder Commit: 475e7501e117757c2d55dd4c0c5a8379d3cabdae https://github.com/moses-smt/mosesdecoder/commit/475e7501e117757c2d55dd4c0c5a8379d3cabdae Author: Barry Haddow <bar...@gm...> Date: 2012-09-13 (Thu, 13 Sep 2012) Changed paths: M moses/src/DummyScoreProducers.h M moses/src/FeatureFunction.h M moses/src/GenerationDictionary.h M moses/src/PhraseDictionary.h M moses/src/StaticData.cpp M moses/src/TargetWordInsertionFeature.cpp M moses/src/TargetWordInsertionFeature.h M moses/src/WordTranslationFeature.cpp M moses/src/WordTranslationFeature.h Log Message: ----------- Make sure all stateless features implement new interface. And disable a couple that are not really stateless. Commit: 2f18deaed4604c45e0162ea29aaf5dfcdce59a10 https://github.com/moses-smt/mosesdecoder/commit/2f18deaed4604c45e0162ea29aaf5dfcdce59a10 Author: Barry Haddow <bar...@gm...> Date: 2012-09-13 (Thu, 13 Sep 2012) Changed paths: M moses/src/DummyScoreProducers.h M moses/src/GenerationDictionary.h M moses/src/PhraseDictionary.h Log Message: ----------- Unknown word producer needs an implementation Commit: f16965b8410fa5299957aee525b664e853734dff https://github.com/moses-smt/mosesdecoder/commit/f16965b8410fa5299957aee525b664e853734dff Author: Barry Haddow <bar...@gm...> Date: 2012-09-13 (Thu, 13 Sep 2012) Changed paths: M scripts/ems/experiment.perl Log Message: ----------- Fix compile errors. Fix error when no interpolated lm. Commit: 58b6697dd3b71a584081057991cdced1be35e5b2 https://github.com/moses-smt/mosesdecoder/commit/58b6697dd3b71a584081057991cdced1be35e5b2 Author: Barry Haddow <bar...@gm...> Date: 2012-09-13 (Thu, 13 Sep 2012) Changed paths: M scripts/training/train-model.perl Log Message: ----------- Fix compile bug from merge Commit: 23b2204cc1f03bfacbcba3a0f080ba8f84c18e6b https://github.com/moses-smt/mosesdecoder/commit/23b2204cc1f03bfacbcba3a0f080ba8f84c18e6b Author: Barry Haddow <bar...@gm...> Date: 2012-09-13 (Thu, 13 Sep 2012) Changed paths: M moses/src/FeatureFunction.h M moses/src/PhrasePairFeature.h M moses/src/WordTranslationFeature.h Log Message: ----------- precalculation of word translation feature Commit: 96b5c2e633d996e79562148abed38460e8df8254 https://github.com/moses-smt/mosesdecoder/commit/96b5c2e633d996e79562148abed38460e8df8254 Author: Barry Haddow <bar...@gm...> Date: 2012-09-13 (Thu, 13 Sep 2012) Changed paths: M moses/src/ChartHypothesis.cpp M moses/src/DummyScoreProducers.h M moses/src/FeatureFunction.h M moses/src/GenerationDictionary.h M moses/src/GlobalLexicalModel.h M moses/src/PhraseDictionary.h M moses/src/PhraseLengthFeature.h M moses/src/PhrasePairFeature.h M moses/src/SourceWordDeletionFeature.cpp M moses/src/SourceWordDeletionFeature.h M moses/src/SparsePhraseDictionaryFeature.h M moses/src/TargetWordInsertionFeature.cpp M moses/src/TargetWordInsertionFeature.h M moses/src/WordTranslationFeature.cpp M moses/src/WordTranslationFeature.h Log Message: ----------- Chart stateless ff interface only allows essential info. Not tested Commit: b292cf67ceb4ac5af5b95a8b4654c3c4bb8fb4a3 https://github.com/moses-smt/mosesdecoder/commit/b292cf67ceb4ac5af5b95a8b4654c3c4bb8fb4a3 Author: Barry Haddow <bar...@gm...> Date: 2012-09-13 (Thu, 13 Sep 2012) Changed paths: R moses/src/OnlineCommand.cpp R moses/src/OnlineCommand.h M moses/src/StaticData.cpp M moses/src/StaticData.h Log Message: ----------- remove OnlineCommand Compare: https://github.com/moses-smt/mosesdecoder/compare/bc340ab7a28c...b292cf67ceb4 |