From: GitHub <no...@gi...> - 2012-10-11 14:31:20
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 09045317499ed8e5222c9881c53dcef2b2fb682f https://github.com/moses-smt/mosesdecoder/commit/09045317499ed8e5222c9881c53dcef2b2fb682f Author: Lane Schwartz <dow...@gm...> Date: 2012-10-10 (Wed, 10 Oct 2012) Changed paths: M scripts/ems/experiment.perl Log Message: ----------- Make experiment.perl use qsub-settings from GENERAL section if no qsub-settings are defined for the specific section being run. Commit: 11679849db45d22e25bf3da37d2f5a893267687f https://github.com/moses-smt/mosesdecoder/commit/11679849db45d22e25bf3da37d2f5a893267687f Author: Lane Schwartz <dow...@gm...> Date: 2012-10-10 (Wed, 10 Oct 2012) Changed paths: M scripts/ems/experiment.perl Log Message: ----------- In verbose mode, experiment.perl should print the full qsub command prior to actually running it. Commit: c541c77b2fd631a6da8d29399cad41b2411fc419 https://github.com/moses-smt/mosesdecoder/commit/c541c77b2fd631a6da8d29399cad41b2411fc419 Author: Lane Schwartz <dow...@gm...> Date: 2012-10-11 (Thu, 11 Oct 2012) Changed paths: R contrib/fuzzy-match/Makefile R contrib/fuzzy-match/Match.h R contrib/fuzzy-match/SentenceAlignment.h R contrib/fuzzy-match/SuffixArray.cpp R contrib/fuzzy-match/SuffixArray.h R contrib/fuzzy-match/Util.cpp R contrib/fuzzy-match/Util.h R contrib/fuzzy-match/Vocabulary.cpp R contrib/fuzzy-match/Vocabulary.h R contrib/fuzzy-match/fuzzy-match2.cpp R contrib/fuzzy-match/fuzzy-match2.h R contrib/fuzzy-match/make-xml-from-match.perl R contrib/fuzzy-match/old/fuzzy-match.cpp R contrib/fuzzy-match/old/get-multiple-translations-for-uniq-sources.perl R contrib/fuzzy-match/old/make-pt-from-tm.perl R contrib/fuzzy-match/old/make-pt-from-tm2.perl R contrib/fuzzy-match/old/make-xml-from-match-multiple.perl R contrib/fuzzy-match/suffix-test.cpp M contrib/other-builds/OnDiskPt/.cproject M contrib/other-builds/lm.xcodeproj/project.pbxproj A contrib/other-builds/moses-chart-cmd/.cproject A contrib/other-builds/moses-chart-cmd/.project M contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj M contrib/other-builds/moses-cmd/.cproject M contrib/other-builds/moses-cmd/.project M contrib/other-builds/moses.xcodeproj/project.pbxproj M contrib/other-builds/moses/.cproject M contrib/other-builds/moses/.project M contrib/other-builds/util/.cproject M contrib/python/README.md M contrib/python/binpt/binpt.cpp M contrib/python/binpt/binpt.pyx M contrib/python/setup.py M contrib/relent-filter/scripts/prunePT.pl M jam-files/sanity.jam M lm/binary_format.cc M lm/search_hashed.cc M lm/search_hashed.hh M mert/PermutationScorer.cpp M misc/queryPhraseTableMin.cpp 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/Main.cpp M moses/src/AlignmentInfo.cpp M moses/src/AlignmentInfo.h M moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.cpp M moses/src/ChartHypothesis.cpp M moses/src/ChartTranslationOptionList.cpp M moses/src/ChartTranslationOptionList.h M moses/src/ChartTrellisNode.cpp M moses/src/FactorCollection.cpp M moses/src/Jamfile M moses/src/LM/Implementation.cpp M moses/src/LM/Ken.cpp M moses/src/PhraseDictionary.cpp M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp M moses/src/RuleTable/PhraseDictionarySCFG.cpp M moses/src/StaticData.cpp M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h M moses/src/fuzzy-match/FuzzyMatchWrapper.cpp M moses/src/fuzzy-match/FuzzyMatchWrapper.h M phrase-extract/extract-ghkm/ExtractGHKM.cpp M phrase-extract/extract-ghkm/Options.h M regression-testing/Jamfile M scripts/ems/experiment.meta M scripts/generic/multi-bleu.perl M scripts/training/clone_moses_model.pl M scripts/training/wrappers/parse-de-bitpar.perl M util/file.cc M util/file.hh Log Message: ----------- Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/33b932fcc7ee...c541c77b2fd6 |