From: GitHub <no...@gi...> - 2012-09-21 15:01:21
|
Branch: refs/heads/miramerge Home: https://github.com/moses-smt/mosesdecoder Commit: 1e4bff1defc59710ab1d0045b47fecd794ef8e76 https://github.com/moses-smt/mosesdecoder/commit/1e4bff1defc59710ab1d0045b47fecd794ef8e76 Author: Barry Haddow <bar...@gm...> Date: 2012-09-18 (Tue, 18 Sep 2012) Changed paths: M OnDiskPt/TargetPhrase.cpp Log Message: ----------- Fix memory leak in binarisation Commit: 236611193ef4e878b99092edb21db32e3b018f11 https://github.com/moses-smt/mosesdecoder/commit/236611193ef4e878b99092edb21db32e3b018f11 Author: Barry Haddow <bar...@gm...> Date: 2012-09-19 (Wed, 19 Sep 2012) Changed paths: M moses/src/DummyScoreProducers.cpp M moses/src/DummyScoreProducers.h M moses/src/FeatureFunction.cpp M moses/src/FeatureFunction.h M moses/src/GenerationDictionary.h M moses/src/GlobalLexicalModel.cpp M moses/src/GlobalLexicalModel.h M moses/src/Hypothesis.cpp M moses/src/PhraseDictionary.h M moses/src/PhraseLengthFeature.cpp M moses/src/PhraseLengthFeature.h M moses/src/PhrasePairFeature.cpp M moses/src/PhrasePairFeature.h M moses/src/SourceWordDeletionFeature.cpp M moses/src/SourceWordDeletionFeature.h M moses/src/SparsePhraseDictionaryFeature.cpp M moses/src/SparsePhraseDictionaryFeature.h M moses/src/TargetWordInsertionFeature.cpp M moses/src/TargetWordInsertionFeature.h M moses/src/TranslationOptionCollection.cpp M moses/src/TranslationSystem.cpp M moses/src/WordTranslationFeature.cpp M moses/src/WordTranslationFeature.h Log Message: ----------- Update phrase-based features to use context object Commit: 576bc09fa5e2d9d3fe742404d7850bc02b81475f https://github.com/moses-smt/mosesdecoder/commit/576bc09fa5e2d9d3fe742404d7850bc02b81475f Author: Barry Haddow <bar...@gm...> Date: 2012-09-19 (Wed, 19 Sep 2012) Changed paths: M OnDiskPt/Main.cpp M OnDiskPt/Main.h M OnDiskPt/Phrase.cpp M OnDiskPt/Phrase.h M OnDiskPt/PhraseNode.cpp M OnDiskPt/PhraseNode.h M OnDiskPt/SourcePhrase.h M OnDiskPt/TargetPhrase.cpp M OnDiskPt/TargetPhrase.h M OnDiskPt/Word.h M OnDiskPt/queryOnDiskPt.cpp Log Message: ----------- fix memory leaks in binarisation Commit: 805198174771eeba9377a039c466ddfb9a63d783 https://github.com/moses-smt/mosesdecoder/commit/805198174771eeba9377a039c466ddfb9a63d783 Author: Barry Haddow <bar...@gm...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M scripts/ems/experiment.meta Log Message: ----------- Fix so that it works without mira Commit: 2030b4c614399fd6f7c13176e8c2cbd3ed23098e https://github.com/moses-smt/mosesdecoder/commit/2030b4c614399fd6f7c13176e8c2cbd3ed23098e Author: Barry Haddow <bar...@gm...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M moses/src/ChartHypothesis.cpp M moses/src/DummyScoreProducers.h M moses/src/FeatureFunction.cpp 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.cpp 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/TranslationSystem.cpp M moses/src/WordTranslationFeature.cpp M moses/src/WordTranslationFeature.h Log Message: ----------- Context for stateless chart ffs Commit: a48eac7ab1d55f177ff240423b10482448b63a6a https://github.com/moses-smt/mosesdecoder/commit/a48eac7ab1d55f177ff240423b10482448b63a6a Author: Barry Haddow <bar...@gm...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M moses/src/ChartHypothesis.cpp M moses/src/ChartManager.h M moses/src/ChartTranslationOptionCollection.cpp M moses/src/ChartTranslationOptionCollection.h M moses/src/FeatureFunction.h M moses/src/GenerationDictionary.h M moses/src/PhraseDictionary.h M moses/src/TranslationOption.h M moses/src/TranslationOptionCollection.cpp M moses/src/WordTranslationFeature.cpp Log Message: ----------- Pre-calculation of chart stateless FFs Commit: 74e02afd7c0547a1726ceb2e34fc7d0a3e2fe63f https://github.com/moses-smt/mosesdecoder/commit/74e02afd7c0547a1726ceb2e34fc7d0a3e2fe63f Author: Barry Haddow <bar...@gm...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M moses/src/ChartTranslationOptionCollection.h M moses/src/TargetPhrase.h Log Message: ----------- Key pre-calculated chart ff scores on source&target Compare: https://github.com/moses-smt/mosesdecoder/compare/b292cf67ceb4...74e02afd7c05 |