From: GitHub <no...@gi...> - 2012-09-21 22:22:05
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 0cddf8a58b8b48f9f8f0875b0b8b9741212e0fbf https://github.com/moses-smt/mosesdecoder/commit/0cddf8a58b8b48f9f8f0875b0b8b9741212e0fbf Author: Kenneth Heafield <gi...@kh...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M phrase-extract/extract-rules.cpp Log Message: ----------- Fix compilation without threads Commit: fb190812e400718cb1780daad86f47fa63628fd7 https://github.com/moses-smt/mosesdecoder/commit/fb190812e400718cb1780daad86f47fa63628fd7 Author: Kenneth Heafield <gi...@kh...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M moses/src/Jamfile Log Message: ----------- Add -lrt to fix single-threaded linking Compare: https://github.com/moses-smt/mosesdecoder/compare/097735469e77...fb190812e400 |
From: GitHub <no...@gi...> - 2012-09-25 18:29:37
|
Branch: refs/heads/mert-new Home: https://github.com/moses-smt/mosesdecoder Commit: 0cddf8a58b8b48f9f8f0875b0b8b9741212e0fbf https://github.com/moses-smt/mosesdecoder/commit/0cddf8a58b8b48f9f8f0875b0b8b9741212e0fbf Author: Kenneth Heafield <gi...@kh...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M phrase-extract/extract-rules.cpp Log Message: ----------- Fix compilation without threads Commit: fb190812e400718cb1780daad86f47fa63628fd7 https://github.com/moses-smt/mosesdecoder/commit/fb190812e400718cb1780daad86f47fa63628fd7 Author: Kenneth Heafield <gi...@kh...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M moses/src/Jamfile Log Message: ----------- Add -lrt to fix single-threaded linking Commit: 15b0ae1aef6173e9e78301ea5a689cd6f3878c3c https://github.com/moses-smt/mosesdecoder/commit/15b0ae1aef6173e9e78301ea5a689cd6f3878c3c Author: Kenneth Heafield <gi...@kh...> Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: M contrib/relent-filter/src/Main.cpp M jam-files/sanity.jam M moses-cmd/src/Main.cpp Log Message: ----------- Single-threaded compilation fixes Commit: 033fa821ca97ccbbca189bac84ec1e80509aa85e https://github.com/moses-smt/mosesdecoder/commit/033fa821ca97ccbbca189bac84ec1e80509aa85e Author: Jacob Dlougach <ja...@ya...> Date: 2012-09-22 (Sat, 22 Sep 2012) Changed paths: M moses-chart-cmd/src/IOWrapper.cpp M moses-chart-cmd/src/IOWrapper.h M moses-chart-cmd/src/Main.cpp M moses/src/AlignmentInfo.cpp M moses/src/AlignmentInfo.h M moses/src/ChartHypothesis.cpp M moses/src/ChartTrellisNode.cpp M moses/src/LM/Implementation.cpp M moses/src/LM/Ken.cpp M moses/src/RuleTable/PhraseDictionarySCFG.cpp M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h Log Message: ----------- Option to print alignment in chart decoder. Commit: 52cc46cebdb8f7c7cd15a5a1827bdbc656b09f0e https://github.com/moses-smt/mosesdecoder/commit/52cc46cebdb8f7c7cd15a5a1827bdbc656b09f0e Author: Jacob Dlougach <ja...@ya...> Date: 2012-09-22 (Sat, 22 Sep 2012) Changed paths: M contrib/relent-filter/src/Main.cpp M jam-files/sanity.jam M moses-cmd/src/Main.cpp M moses/src/Jamfile M phrase-extract/extract-rules.cpp Log Message: ----------- Merge branch 'master' of git://github.com/moses-smt/mosesdecoder Commit: 4749e1b990acaa3de4f5ce3cbc95e87122629520 https://github.com/moses-smt/mosesdecoder/commit/4749e1b990acaa3de4f5ce3cbc95e87122629520 Author: Philipp Koehn <pk...@va...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M scripts/training/mert-moses.pl Log Message: ----------- allow mert use weights in config file for first decoder run Commit: a84fbcb80a92fe66d9765aa9ec6c550c79ecc398 https://github.com/moses-smt/mosesdecoder/commit/a84fbcb80a92fe66d9765aa9ec6c550c79ecc398 Author: phikoehn <pk...@in...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M scripts/generic/extract-parallel.perl Log Message: ----------- bug fix for using domain feature in multi-process extract Commit: 6e6e731cebef414141e3e98fc837f24328f70103 https://github.com/moses-smt/mosesdecoder/commit/6e6e731cebef414141e3e98fc837f24328f70103 Author: Jacob Dlougach <ja...@ya...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M moses-chart-cmd/src/IOWrapper.cpp Log Message: ----------- Align unknown word in most simple cases Commit: 106bad253cd150117032655143f331c1b8f6e766 https://github.com/moses-smt/mosesdecoder/commit/106bad253cd150117032655143f331c1b8f6e766 Author: Jacob Dlougach <ja...@ya...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M moses-chart-cmd/src/IOWrapper.cpp Log Message: ----------- Fix compilation warning. Commit: ff276e99118f5a0009c87a441b5caa0c50c587fa https://github.com/moses-smt/mosesdecoder/commit/ff276e99118f5a0009c87a441b5caa0c50c587fa Author: Arianna Bisazza <ari...@gm...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M mert/Data.cpp M mert/Permutation.cpp M mert/PermutationScorer.cpp M mert/PermutationScorer.h Log Message: ----------- Fixed several bugs in LRscore-MERT. Namely, solved a float-to-int conversion; added hypothesis counter to the scores file to enable later computation of average reordering score; fixed special case of 1-word hypothesis; enabled reading of word-based alignments from n-best-list. Commit: 0580c1ae9f7474a5a70a8b34f9a3bf4091324407 https://github.com/moses-smt/mosesdecoder/commit/0580c1ae9f7474a5a70a8b34f9a3bf4091324407 Author: Arianna Bisazza <ari...@gm...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M mert/Data.cpp M mert/Permutation.cpp M mert/PermutationScorer.cpp M mert/PermutationScorer.h Log Message: ----------- Merge branch 'mert-reo' Commit: b53abc6345b9cca9261dfb750f0dc7eb43285944 https://github.com/moses-smt/mosesdecoder/commit/b53abc6345b9cca9261dfb750f0dc7eb43285944 Author: Hieu Hoang <fis...@gm...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M BUILD-INSTRUCTIONS.txt Log Message: ----------- don't require rule counts Commit: d46d1071be392401bcf3120d0cd7df84c30f5d76 https://github.com/moses-smt/mosesdecoder/commit/d46d1071be392401bcf3120d0cd7df84c30f5d76 Author: Hieu Hoang <fis...@gm...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M BUILD-INSTRUCTIONS.txt Log Message: ----------- testing. ignore Commit: 28e8832a15c57ea978df5a78bb71ba92e290f540 https://github.com/moses-smt/mosesdecoder/commit/28e8832a15c57ea978df5a78bb71ba92e290f540 Author: phikoehn <pk...@in...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M phrase-extract/PhraseAlignment.h M phrase-extract/score.cpp Log Message: ----------- bug fix domain features Commit: 55c6283589e90df05def5efb0dbef8d46e4cb8b8 https://github.com/moses-smt/mosesdecoder/commit/55c6283589e90df05def5efb0dbef8d46e4cb8b8 Author: phikoehn <pk...@in...> Date: 2012-09-24 (Mon, 24 Sep 2012) Changed paths: M mert/Data.cpp M mert/Permutation.cpp M mert/PermutationScorer.cpp M mert/PermutationScorer.h Log Message: ----------- Merge branch 'master' of git://github.com/moses-smt/mosesdecoder Commit: b761bd32379c0f2a17554095232014961557b01e https://github.com/moses-smt/mosesdecoder/commit/b761bd32379c0f2a17554095232014961557b01e Author: Hieu Hoang <fis...@gm...> Date: 2012-09-25 (Tue, 25 Sep 2012) Changed paths: M scripts/recaser/train-recaser.perl Log Message: ----------- exit 0 on success. /Henry Hu Commit: 24a6425b231f53a74d22c1843dba4e4ac000859c https://github.com/moses-smt/mosesdecoder/commit/24a6425b231f53a74d22c1843dba4e4ac000859c Author: Hieu Hoang <fis...@gm...> Date: 2012-09-25 (Tue, 25 Sep 2012) Changed paths: M contrib/relent-filter/src/Main.cpp M jam-files/sanity.jam M mert/Data.cpp M mert/Permutation.cpp M mert/PermutationScorer.cpp M mert/PermutationScorer.h 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/ChartHypothesis.cpp M moses/src/ChartTrellisNode.cpp M moses/src/Jamfile M moses/src/LM/Implementation.cpp M moses/src/LM/Ken.cpp M moses/src/RuleTable/PhraseDictionarySCFG.cpp M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h M phrase-extract/PhraseAlignment.h M phrase-extract/extract-rules.cpp M phrase-extract/score.cpp M scripts/generic/extract-parallel.perl M scripts/training/mert-moses.pl Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 3fc53c32ae89d5c037aec4d7b2425c80e26ca348 https://github.com/moses-smt/mosesdecoder/commit/3fc53c32ae89d5c037aec4d7b2425c80e26ca348 Author: Hieu Hoang <fis...@gm...> Date: 2012-09-25 (Tue, 25 Sep 2012) Changed paths: M contrib/relent-filter/src/Main.cpp M jam-files/sanity.jam M mert/Data.cpp M mert/Permutation.cpp M mert/PermutationScorer.cpp M mert/PermutationScorer.h 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/ChartHypothesis.cpp M moses/src/ChartTrellisNode.cpp M moses/src/Jamfile M moses/src/LM/Implementation.cpp M moses/src/LM/Ken.cpp M moses/src/RuleTable/PhraseDictionarySCFG.cpp M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h M phrase-extract/PhraseAlignment.h M phrase-extract/extract-rules.cpp M phrase-extract/score.cpp M scripts/generic/extract-parallel.perl M scripts/recaser/train-recaser.perl M scripts/training/mert-moses.pl Log Message: ----------- merge with master Commit: ad873d9618269e3b283912cb85f38289425e41ae https://github.com/moses-smt/mosesdecoder/commit/ad873d9618269e3b283912cb85f38289425e41ae Author: Hieu Hoang <fis...@gm...> Date: 2012-09-25 (Tue, 25 Sep 2012) Changed paths: M moses/src/Jamfile Log Message: ----------- don't link to rt library. Not availale on Mac Compare: https://github.com/moses-smt/mosesdecoder/compare/f1d33e7c34e3...ad873d961826 |