From: GitHub <no...@gi...> - 2012-07-26 22:48:38
|
Branch: refs/heads/damt_hiero Home: https://github.com/moses-smt/mosesdecoder Commit: 4b6eda0a8efa3de9dea5880f9764b6f53a798166 https://github.com/moses-smt/mosesdecoder/commit/4b6eda0a8efa3de9dea5880f9764b6f53a798166 Author: Kenneth Heafield <gi...@kh...> Date: 2012-07-25 (Wed, 25 Jul 2012) Changed paths: M bjam Log Message: ----------- Reverse order of checks for Tom Hoar Commit: a3dbb5c77f92630eb0aa6e8d80e7e59d02691db4 https://github.com/moses-smt/mosesdecoder/commit/a3dbb5c77f92630eb0aa6e8d80e7e59d02691db4 Author: braunefe <bra...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: M Jamroot A contrib/sigtest-filter/sigtest-parallel.perl A fabienne.patch M moses-chart-cmd/src/IOWrapper.cpp M moses-chart-cmd/src/IOWrapper.h M moses-chart-cmd/src/Main.cpp M moses-cmd/src/IOWrapper.cpp M moses-cmd/src/Main.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp A moses/src/CellContextScoreProducer.cpp A moses/src/CellContextScoreProducer.h M moses/src/ChartCell.cpp M moses/src/ChartManager.cpp M moses/src/ChartTranslationOption.cpp M moses/src/ChartTranslationOption.h M moses/src/ChartTranslationOptionCollection.cpp M moses/src/ChartTranslationOptionList.cpp M moses/src/ChartTranslationOptionList.h M moses/src/InputType.cpp M moses/src/InputType.h M moses/src/Jamfile A moses/src/LeftContextScoreProducer.cpp A moses/src/LeftContextScoreProducer.h A moses/src/PSDScoreProducer.cpp A moses/src/PSDScoreProducer.h M moses/src/Parameter.cpp M moses/src/Phrase.cpp M moses/src/Phrase.h A moses/src/RuleMap.cpp A moses/src/RuleMap.h M moses/src/RuleTable/LoaderStandard.cpp M moses/src/SearchCubePruning.cpp M moses/src/SearchNormal.cpp M moses/src/Sentence.cpp M moses/src/Sentence.h M moses/src/StaticData.cpp M moses/src/StaticData.h M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h M moses/src/TranslationOption.cpp M moses/src/TranslationOption.h M moses/src/TranslationOptionCollection.cpp M moses/src/TranslationSystem.cpp M moses/src/TreeInput.cpp M moses/src/Util.h M phrase-extract/ExtractedRule.cpp M phrase-extract/ExtractedRule.h M phrase-extract/Jamfile M phrase-extract/RuleExtractionOptions.h A phrase-extract/consolidate A phrase-extract/consolidate-direct A phrase-extract/consolidate-reverse A phrase-extract/extract A phrase-extract/extract-lex A phrase-extract/extract-psd/Jamfile A phrase-extract/extract-psd/PsdPhraseUtils.cpp A phrase-extract/extract-psd/PsdPhraseUtils.h A phrase-extract/extract-psd/TaggedCorpus.cpp A phrase-extract/extract-psd/TaggedCorpus.h A phrase-extract/extract-psd/psd.h A phrase-extract/extract-psd/psd_extract_features.cpp A phrase-extract/extract-psd/select_psd_vocab.pl M phrase-extract/extract-rules.cpp A phrase-extract/extract-syntax-features/FileFormats.cpp A phrase-extract/extract-syntax-features/FileFormats.h A phrase-extract/extract-syntax-features/InputTreeRep.cpp A phrase-extract/extract-syntax-features/InputTreeRep.h A phrase-extract/extract-syntax-features/Jamfile A phrase-extract/extract-syntax-features/Lexicon.cpp A phrase-extract/extract-syntax-features/Lexicon.h A phrase-extract/extract-syntax-features/MegamFormat.h A phrase-extract/extract-syntax-features/PsdPhraseUtils.cpp A phrase-extract/extract-syntax-features/PsdPhraseUtils.h A phrase-extract/extract-syntax-features/ReformatRuleTable.pl A phrase-extract/extract-syntax-features/RuleTable.cpp A phrase-extract/extract-syntax-features/RuleTable.h A phrase-extract/extract-syntax-features/StringUtils.cpp A phrase-extract/extract-syntax-features/StringUtils.h A phrase-extract/extract-syntax-features/TaggedCorpus.cpp A phrase-extract/extract-syntax-features/TaggedCorpus.h A phrase-extract/extract-syntax-features/VwFiles.cpp A phrase-extract/extract-syntax-features/VwFiles.h A phrase-extract/extract-syntax-features/extract-syntax-features.cpp A phrase-extract/extract-syntax-features/psd.h A phrase-extract/extract-syntax-features/select_psd_vocab_hiero.pl M phrase-extract/extract.cpp A phrase-extract/relax-parse A phrase-extract/score M phrase-extract/score.cpp A phrase-extract/statistics M phrase-extract/tables-core.cpp M phrase-extract/tables-core.h A psd/FeatureConsumer.h A psd/FeatureExtractor.cpp A psd/FeatureExtractor.h A psd/Jamfile A psd/VWFileConsumer.cpp A psd/VWLibraryConsumer.cpp A scripts/ems/example/config.psd A scripts/ems/example/data/psd-features.ini M scripts/ems/experiment.meta M scripts/ems/experiment.perl M scripts/generic/extract-parallel.perl M scripts/generic/score-parallel.perl A scripts/tokenizer/test M scripts/training/mert-moses.pl A scripts/training/train-model-with-context.perl M scripts/training/train-model.perl Log Message: ----------- Merge branch 'damt_hiero' of github.com:moses-smt/mosesdecoder into damt_hiero Commit: d152cac384a1824e92a7d7be196a16257a46f46e https://github.com/moses-smt/mosesdecoder/commit/d152cac384a1824e92a7d7be196a16257a46f46e Author: braunefe <bra...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: M moses-chart-cmd/src/IOWrapper.cpp M moses-chart-cmd/src/Main.cpp M moses/src/CellContextScoreProducer.cpp M moses/src/CellContextScoreProducer.h M moses/src/ChartTranslationOptionCollection.cpp M moses/src/TargetPhrase.cpp M moses/src/TreeInput.cpp M psd/FeatureExtractor.cpp Log Message: ----------- Decoder working with 1 thread Compare: https://github.com/moses-smt/mosesdecoder/compare/4d0198dbe48c...d152cac384a1 |