From: GitHub <no...@gi...> - 2013-01-18 16:33:07
|
Branch: refs/heads/weight-new 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 Commit: 124c36a8372671f2331c44564599d0511e0d13c5 https://github.com/moses-smt/mosesdecoder/commit/124c36a8372671f2331c44564599d0511e0d13c5 Author: phikoehn <pk...@in...> Date: 2013-01-14 (Mon, 14 Jan 2013) Changed paths: M scripts/ems/experiment.meta M scripts/recaser/train-truecaser.perl Log Message: ----------- bug fix with MML settings Commit: 85b17db8e610acc3d1ca2122fc6caf846a18837a https://github.com/moses-smt/mosesdecoder/commit/85b17db8e610acc3d1ca2122fc6caf846a18837a Author: amittai <am...@fo...r> Date: 2013-01-15 (Tue, 15 Jan 2013) Changed paths: M .gitignore M BUILD-INSTRUCTIONS.txt Log Message: ----------- updated Windows instructions slightly; also .gitignore should ignore the sentence-bleu binary. Commit: 176647e342ca810b836cdfe2d39876e86828ae9f https://github.com/moses-smt/mosesdecoder/commit/176647e342ca810b836cdfe2d39876e86828ae9f Author: amittai <am...@fo...r> Date: 2013-01-15 (Tue, 15 Jan 2013) Changed paths: M scripts/training/train-model.perl Log Message: ----------- accept either "mgiza" or "mgizapp" and either "snt2cooc.out" or "snt2cooc" Fixed a mismatch between the wiki and mgiza. Installing mgiza produces a file called "mgiza". However, the Moses instructions on the wiki here http://www.statmt.org/moses/?n=Moses.ExternalTools#mgiza insist that the "mgiza" binary be renamed "mgizapp", but then train-experiment.perl only accepts the binary called "mgiza". Commit: 8af1d6a017bfebe134ade38780648771fab4ae69 https://github.com/moses-smt/mosesdecoder/commit/8af1d6a017bfebe134ade38780648771fab4ae69 Author: Hieu Hoang <hie...@gm...> Date: 2013-01-16 (Wed, 16 Jan 2013) Changed paths: M .gitignore M BUILD-INSTRUCTIONS.txt M scripts/training/train-model.perl Log Message: ----------- Merge pull request #26 from amittai/amittai updated Windows instructions slightly; also .gitignore should ignore the... Commit: a7731ce432347981bcc42962e07275a310972bbf https://github.com/moses-smt/mosesdecoder/commit/a7731ce432347981bcc42962e07275a310972bbf Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-17 (Thu, 17 Jan 2013) Changed paths: M lm/read_arpa.cc M lm/trie_sort.cc M lm/trie_sort.hh M util/exception.cc M util/exception.hh M util/file.cc M util/file.hh M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/scoped.hh Log Message: ----------- KenLM 014bced6 Commit: aadefc6df9136c0fe5c566219039fda9ce2bc25f https://github.com/moses-smt/mosesdecoder/commit/aadefc6df9136c0fe5c566219039fda9ce2bc25f Author: Hieu Hoang <hi...@ho...> Date: 2013-01-17 (Thu, 17 Jan 2013) Changed paths: M .gitignore M BUILD-INSTRUCTIONS.txt M lm/read_arpa.cc M lm/trie_sort.cc M lm/trie_sort.hh M scripts/ems/experiment.meta M scripts/ems/experiment.perl M scripts/generic/extract-parallel.perl M scripts/recaser/detruecase.perl M scripts/recaser/train-truecaser.perl M scripts/recaser/truecase.perl M scripts/training/train-model.perl M scripts/training/wrappers/make-factor-en-pos.mxpost.perl M util/exception.cc M util/exception.hh M util/file.cc M util/file.hh M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/scoped.hh Log Message: ----------- Merge branch 'master' into weight-new Compare: https://github.com/moses-smt/mosesdecoder/compare/ed3dde93eedd...aadefc6df913 |