From: GitHub <no...@gi...> - 2013-01-14 19:27:04
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 344b1503728364d164d2d9420f89726e7cb0c4a0 https://github.com/moses-smt/mosesdecoder/commit/344b1503728364d164d2d9420f89726e7cb0c4a0 Author: phikoehn <pk...@in...> Date: 2013-01-14 (Mon, 14 Jan 2013) Changed paths: M scripts/ems/experiment.perl M scripts/generic/extract-parallel.perl M scripts/recaser/truecase.perl M scripts/training/train-model.perl M scripts/training/wrappers/make-factor-en-pos.mxpost.perl Log Message: ----------- bug fixes with escaping / truecasing interactions Commit: d5cf38cab2c64a7bb756e2a40b5a768e3a687249 https://github.com/moses-smt/mosesdecoder/commit/d5cf38cab2c64a7bb756e2a40b5a768e3a687249 Author: phikoehn <pk...@in...> Date: 2013-01-14 (Mon, 14 Jan 2013) Changed paths: M contrib/other-builds/OnDiskPt/.cproject M contrib/other-builds/lm/.cproject M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd/.cproject M contrib/other-builds/search/.cproject M contrib/other-builds/util/.cproject M contrib/tmcombine/tmcombine.py M jam-files/sanity.jam M lm/binary_format.cc M lm/config.cc M lm/config.hh M lm/model.cc M lm/search_trie.cc M lm/state.hh M mert/Jamfile R mert/MergeScorer.cpp R mert/MergeScorer.h M mert/ScorerFactory.cpp M mert/sentence-bleu.cpp M moses/PhraseLengthFeature.cpp A moses/PhraseLengthFeatureTest.cpp M moses/TranslationModel/PhraseDictionary.cpp M phrase-extract/PhraseExtractionOptions.h M phrase-extract/SentenceAlignment.cpp M phrase-extract/SentenceAlignment.h M phrase-extract/SentenceAlignmentWithSyntax.cpp M phrase-extract/XmlTree.cpp M phrase-extract/XmlTree.h M phrase-extract/extract-ghkm/ExtractGHKM.cpp M phrase-extract/extract-ghkm/ExtractGHKM.h M phrase-extract/extract-ghkm/Options.h M phrase-extract/extract-ghkm/XmlTreeParser.cpp M phrase-extract/extract-main.cpp M phrase-extract/extract-rules-main.cpp M phrase-extract/lexical-reordering/Jamfile M phrase-extract/lexical-reordering/reordering_classes.cpp M phrase-extract/lexical-reordering/reordering_classes.h M phrase-extract/lexical-reordering/score.cpp M phrase-extract/relax-parse-main.cpp M regression-testing/Jamfile M scripts/analysis/extract-target-trees.py M scripts/ems/experiment.meta M scripts/ems/support/split-sentences.perl M scripts/generic/extract-parallel.perl M scripts/training/LexicalTranslationModel.pm M scripts/training/train-model.perl M util/ersatz_progress.cc M util/ersatz_progress.hh M util/file.cc M util/file.hh M util/file_piece.hh M util/have.hh M util/joint_sort.hh M util/read_compressed.cc M util/string_piece.hh Log Message: ----------- Merge branch 'master' of git://github.com/moses-smt/mosesdecoder Commit: a7f7379fa4e9aca50a1261a624ba7c9db0a556e6 https://github.com/moses-smt/mosesdecoder/commit/a7f7379fa4e9aca50a1261a624ba7c9db0a556e6 Author: phikoehn <pk...@in...> Date: 2013-01-14 (Mon, 14 Jan 2013) Changed paths: M scripts/recaser/detruecase.perl Log Message: ----------- fixed bug in detruecaser / interaction with esacping Compare: https://github.com/moses-smt/mosesdecoder/compare/c9687e3b50d6...a7f7379fa4e9 |