You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(62) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(52) |
Feb
(99) |
Mar
(82) |
Apr
(37) |
May
(40) |
Jun
(12) |
Jul
(19) |
Aug
(15) |
Sep
(12) |
Oct
(27) |
Nov
(25) |
Dec
(12) |
2008 |
Jan
(17) |
Feb
(32) |
Mar
(10) |
Apr
(12) |
May
(206) |
Jun
(53) |
Jul
(7) |
Aug
(12) |
Sep
(13) |
Oct
(34) |
Nov
(23) |
Dec
(15) |
2009 |
Jan
(93) |
Feb
(170) |
Mar
(37) |
Apr
(56) |
May
(33) |
Jun
(11) |
Jul
(75) |
Aug
(102) |
Sep
(12) |
Oct
(55) |
Nov
(24) |
Dec
(12) |
2010 |
Jan
(180) |
Feb
(124) |
Mar
(66) |
Apr
(199) |
May
(68) |
Jun
(67) |
Jul
(25) |
Aug
(32) |
Sep
(187) |
Oct
(85) |
Nov
(69) |
Dec
(40) |
2011 |
Jan
(68) |
Feb
(49) |
Mar
(31) |
Apr
(14) |
May
(46) |
Jun
(59) |
Jul
(38) |
Aug
(72) |
Sep
(116) |
Oct
(142) |
Nov
(152) |
Dec
(47) |
2012 |
Jan
(46) |
Feb
(80) |
Mar
(45) |
Apr
(41) |
May
(123) |
Jun
(64) |
Jul
(278) |
Aug
(111) |
Sep
(165) |
Oct
(160) |
Nov
(141) |
Dec
(99) |
2013 |
Jan
(97) |
Feb
(41) |
Mar
(13) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2013-01-07 17:38:58
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 366ca8afff15652da2966dded9e78690f67f9198 https://github.com/moses-smt/mosesdecoder/commit/366ca8afff15652da2966dded9e78690f67f9198 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-07 (Mon, 07 Jan 2013) Changed paths: M util/file.cc Log Message: ----------- Remove if that doesn't do anything, define _FILE_OFFSET_BITS 64 |
From: GitHub <no...@gi...> - 2013-01-07 14:17:49
|
Branch: refs/heads/master Home: https://github.com/moses-smt/moses-regression-tests Commit: 112e49998fe5f1dc888d7de77ab07a7c4ae5092f https://github.com/moses-smt/moses-regression-tests/commit/112e49998fe5f1dc888d7de77ab07a7c4ae5092f Author: Barry Haddow <bar...@gm...> Date: 2013-01-07 (Mon, 07 Jan 2013) Changed paths: A tests/misc.extract-parallel-weighted/align.fr-en A tests/misc.extract-parallel-weighted/en A tests/misc.extract-parallel-weighted/fr A tests/misc.extract-parallel-weighted/run.perl A tests/misc.extract-parallel-weighted/truth/results.txt A tests/misc.extract-parallel-weighted/weights Log Message: ----------- Test for parallel extract with weights |
From: GitHub <no...@gi...> - 2013-01-07 14:15:37
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 506cb8e9d17a2e0830e82923a43ff23d93053f97 https://github.com/moses-smt/mosesdecoder/commit/506cb8e9d17a2e0830e82923a43ff23d93053f97 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-07 (Mon, 07 Jan 2013) Changed paths: M util/file.cc Log Message: ----------- change lseek64() to lseek() and off64_t to off_t. Cygwin doesn't have those functions/types. They should be 64-bit if _FILE_OFFSET_BITS == 64 is set |
From: GitHub <no...@gi...> - 2013-01-04 22:43:06
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: ad209c894471911b186c30e15537e6dd90c147c6 https://github.com/moses-smt/mosesdecoder/commit/ad209c894471911b186c30e15537e6dd90c147c6 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M util/file.cc Log Message: ----------- Collapse lseek macro |
From: GitHub <no...@gi...> - 2013-01-04 22:33:26
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 77a3f3244566eb9fc9f638e0b3b63d74a7d4c7be https://github.com/moses-smt/mosesdecoder/commit/77a3f3244566eb9fc9f638e0b3b63d74a7d4c7be Author: Hieu Hoang <fis...@gm...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M util/file.cc Log Message: ----------- mac doesn't have lseek64() |
From: GitHub <no...@gi...> - 2013-01-04 21:04:28
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: f9ee7ae4b3225a132d5abed20e38b0ff2bceb314 https://github.com/moses-smt/mosesdecoder/commit/f9ee7ae4b3225a132d5abed20e38b0ff2bceb314 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M lm/binary_format.cc M lm/config.cc M lm/config.hh M lm/model.cc M lm/search_trie.cc 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: ----------- KenLM 0e5d259 including read_compressed fix |
From: GitHub <no...@gi...> - 2013-01-04 21:02:53
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 3203f7c92d97181d5f7d293be66873d2865d9209 https://github.com/moses-smt/mosesdecoder/commit/3203f7c92d97181d5f7d293be66873d2865d9209 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M jam-files/sanity.jam Log Message: ----------- If statically linking, check static libs for -mt |
From: GitHub <no...@gi...> - 2013-01-04 20:03:57
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 43337dfde3f172099626606dacab2234f3563ac9 https://github.com/moses-smt/mosesdecoder/commit/43337dfde3f172099626606dacab2234f3563ac9 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M util/have.hh M util/string_piece.hh Log Message: ----------- get rid of HAVE_BOOST macro. Always has boost now Commit: c8448ded9753cdd5b7fd356d962d46457bc9c7c9 https://github.com/moses-smt/mosesdecoder/commit/c8448ded9753cdd5b7fd356d962d46457bc9c7c9 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M scripts/generic/extract-parallel.perl Log Message: ----------- Merge branch 'master' of git://github.com/moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/459acf87b126...c8448ded9753 |
From: GitHub <no...@gi...> - 2013-01-04 15:18:31
|
Branch: refs/heads/master Home: https://github.com/moses-smt/moses-regression-tests Commit: 196e3674ba86f9690f8962d7517054c3ff45246d https://github.com/moses-smt/moses-regression-tests/commit/196e3674ba86f9690f8962d7517054c3ff45246d Author: Barry Haddow <bar...@gm...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: A tests/misc.extract-parallel/align.fr-en A tests/misc.extract-parallel/en A tests/misc.extract-parallel/fr A tests/misc.extract-parallel/run.perl A tests/misc.extract-parallel/truth/results.txt Log Message: ----------- test of extract-parallel.perl |
From: GitHub <no...@gi...> - 2013-01-04 14:55:56
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 459acf87b12637240a2c5f4c5c99727d18fbed4d https://github.com/moses-smt/mosesdecoder/commit/459acf87b12637240a2c5f4c5c99727d18fbed4d Author: Barry Haddow <bar...@gm...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M scripts/generic/extract-parallel.perl Log Message: ----------- Add support for instance weights file |
From: GitHub <no...@gi...> - 2013-01-04 14:51:39
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: 05899236f3b1d839e4a3b4689dc15704e735cc56 https://github.com/moses-smt/moses-regression-tests/commit/05899236f3b1d839e4a3b4689dc15704e735cc56 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M tests/phrase.continue-partial-translation/truth/results.txt Log Message: ----------- rounding errors |
From: GitHub <no...@gi...> - 2013-01-04 12:40:33
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: b03d2377fbd5da97a843e7264e8cf26fc2d0aa1c https://github.com/moses-smt/moses-regression-tests/commit/b03d2377fbd5da97a843e7264e8cf26fc2d0aa1c Author: hieu <hieu@hieu-Precision-WorkStation-T3400.(none)> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M tests/chart.hierarchical-withsrilm/moses.ini M tests/phrase.basic-lm-oov/moses.ini M tests/phrase.basic-lm-oov/truth/results.txt M tests/phrase.basic-surface-binptable/moses.ini M tests/phrase.basic-surface-binptable/truth/results.txt M tests/phrase.basic-surface-only/moses.ini M tests/phrase.basic-surface-only/truth/results.txt M tests/phrase.confusionNet-multi-factor/moses.ini M tests/phrase.confusionNet-surface-only/moses.ini M tests/phrase.consensus-decoding-surface/moses.ini M tests/phrase.consensus-decoding-surface/truth/results.txt M tests/phrase.continue-partial-translation/moses.ini M tests/phrase.continue-partial-translation/truth/results.txt M tests/phrase.lattice-distortion/moses.ini M tests/phrase.lattice-distortion/truth/results.txt M tests/phrase.lattice-surface/moses.ini M tests/phrase.lexicalized-reordering-bin/moses.ini M tests/phrase.lexicalized-reordering-bin/truth/results.txt M tests/phrase.lexicalized-reordering-cn/moses.ini M tests/phrase.lexicalized-reordering-cn/truth/results.txt M tests/phrase.lexicalized-reordering/moses.ini M tests/phrase.lexicalized-reordering/truth/results.txt M tests/phrase.multi-factor-binptable/moses.ini M tests/phrase.multi-factor-drop/moses.ini M tests/phrase.multi-factor/moses.ini M tests/phrase.multiple-translation-system-lr/moses.ini M tests/phrase.multiple-translation-system-lr/truth/results.txt M tests/phrase.multiple-translation-system/moses.ini M tests/phrase.multiple-translation-system/truth/results.txt M tests/phrase.nbest-multi-factor/moses.ini M tests/phrase.ptable-filtering/moses.ini M tests/phrase.show-weights.lex-reorder/moses.ini M tests/phrase.show-weights/moses.ini M tests/phrase.source-word-deletion/moses.ini M tests/phrase.sparse-phrase-table/moses.ini M tests/phrase.target-word-insertion/moses.ini M tests/phrase.word-translation/moses.ini M tests/phrase.xml-markup/moses.ini Log Message: ----------- change all usage of srilm to kenlm. Easier to roll out binary version of Moses Commit: d0aaa94e754106a3e1e4fba16fd638af84d60f44 https://github.com/moses-smt/moses-regression-tests/commit/d0aaa94e754106a3e1e4fba16fd638af84d60f44 Author: hieu <hieu@hieu-Precision-WorkStation-T3400.(none)> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M tests/chart.hierarchical-withsrilm/moses.ini M tests/delete-me/phrase.multiple-translation-system-lr/moses.ini M tests/delete-me/phrase.multiple-translation-system-lr/truth/results.txt M tests/delete-me/phrase.multiple-translation-system/moses.ini M tests/delete-me/phrase.multiple-translation-system/truth/results.txt M tests/phrase.basic-lm-oov/moses.ini M tests/phrase.basic-lm-oov/truth/results.txt M tests/phrase.basic-surface-binptable/moses.ini M tests/phrase.basic-surface-binptable/truth/results.txt M tests/phrase.basic-surface-only/moses.ini M tests/phrase.basic-surface-only/truth/results.txt M tests/phrase.confusionNet-multi-factor/moses.ini M tests/phrase.confusionNet-surface-only/moses.ini M tests/phrase.consensus-decoding-surface/moses.ini M tests/phrase.consensus-decoding-surface/truth/results.txt M tests/phrase.continue-partial-translation/moses.ini M tests/phrase.continue-partial-translation/truth/results.txt M tests/phrase.lattice-distortion/moses.ini M tests/phrase.lattice-distortion/truth/results.txt M tests/phrase.lattice-surface/moses.ini M tests/phrase.lexicalized-reordering-bin/moses.ini M tests/phrase.lexicalized-reordering-bin/truth/results.txt M tests/phrase.lexicalized-reordering-cn/moses.ini M tests/phrase.lexicalized-reordering-cn/truth/results.txt M tests/phrase.lexicalized-reordering/moses.ini M tests/phrase.lexicalized-reordering/truth/results.txt M tests/phrase.multi-factor-binptable/moses.ini M tests/phrase.multi-factor-drop/moses.ini M tests/phrase.multi-factor/moses.ini M tests/phrase.nbest-multi-factor/moses.ini M tests/phrase.ptable-filtering/moses.ini M tests/phrase.show-weights.lex-reorder/moses.ini M tests/phrase.show-weights/moses.ini M tests/phrase.source-word-deletion/moses.ini M tests/phrase.sparse-phrase-table/moses.ini M tests/phrase.target-word-insertion/moses.ini M tests/phrase.word-translation/moses.ini M tests/phrase.xml-markup/moses.ini Log Message: ----------- merge and resolve conflicts from master Compare: https://github.com/moses-smt/moses-regression-tests/compare/0b23187dc584...d0aaa94e7541 |
From: GitHub <no...@gi...> - 2013-01-04 12:23:15
|
Branch: refs/heads/master Home: https://github.com/moses-smt/moses-regression-tests Commit: b03d2377fbd5da97a843e7264e8cf26fc2d0aa1c https://github.com/moses-smt/moses-regression-tests/commit/b03d2377fbd5da97a843e7264e8cf26fc2d0aa1c Author: hieu <hieu@hieu-Precision-WorkStation-T3400.(none)> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M tests/chart.hierarchical-withsrilm/moses.ini M tests/phrase.basic-lm-oov/moses.ini M tests/phrase.basic-lm-oov/truth/results.txt M tests/phrase.basic-surface-binptable/moses.ini M tests/phrase.basic-surface-binptable/truth/results.txt M tests/phrase.basic-surface-only/moses.ini M tests/phrase.basic-surface-only/truth/results.txt M tests/phrase.confusionNet-multi-factor/moses.ini M tests/phrase.confusionNet-surface-only/moses.ini M tests/phrase.consensus-decoding-surface/moses.ini M tests/phrase.consensus-decoding-surface/truth/results.txt M tests/phrase.continue-partial-translation/moses.ini M tests/phrase.continue-partial-translation/truth/results.txt M tests/phrase.lattice-distortion/moses.ini M tests/phrase.lattice-distortion/truth/results.txt M tests/phrase.lattice-surface/moses.ini M tests/phrase.lexicalized-reordering-bin/moses.ini M tests/phrase.lexicalized-reordering-bin/truth/results.txt M tests/phrase.lexicalized-reordering-cn/moses.ini M tests/phrase.lexicalized-reordering-cn/truth/results.txt M tests/phrase.lexicalized-reordering/moses.ini M tests/phrase.lexicalized-reordering/truth/results.txt M tests/phrase.multi-factor-binptable/moses.ini M tests/phrase.multi-factor-drop/moses.ini M tests/phrase.multi-factor/moses.ini M tests/phrase.multiple-translation-system-lr/moses.ini M tests/phrase.multiple-translation-system-lr/truth/results.txt M tests/phrase.multiple-translation-system/moses.ini M tests/phrase.multiple-translation-system/truth/results.txt M tests/phrase.nbest-multi-factor/moses.ini M tests/phrase.ptable-filtering/moses.ini M tests/phrase.show-weights.lex-reorder/moses.ini M tests/phrase.show-weights/moses.ini M tests/phrase.source-word-deletion/moses.ini M tests/phrase.sparse-phrase-table/moses.ini M tests/phrase.target-word-insertion/moses.ini M tests/phrase.word-translation/moses.ini M tests/phrase.xml-markup/moses.ini Log Message: ----------- change all usage of srilm to kenlm. Easier to roll out binary version of Moses |
From: GitHub <no...@gi...> - 2013-01-03 17:45:40
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 15c776eda451bf1325f69e04fa518554f110c49c https://github.com/moses-smt/mosesdecoder/commit/15c776eda451bf1325f69e04fa518554f110c49c Author: hieu <hieu@hieu-Precision-WorkStation-T3400.(none)> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M moses/TranslationModel/PhraseDictionary.cpp Log Message: ----------- delete check and exit of Suffix Array phrase table implementation erroneously checked in Commit: 1dfbe1113c39f5611024c113206b96696f7184a8 https://github.com/moses-smt/mosesdecoder/commit/1dfbe1113c39f5611024c113206b96696f7184a8 Author: hieu <hieu@hieu-Precision-WorkStation-T3400.(none)> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M mert/Jamfile R mert/MergeScorer.cpp R mert/MergeScorer.h M mert/ScorerFactory.cpp Log Message: ----------- delete MergeScorer in mert/ Commit: 01243e415ae39297b21018306551ca329f6f9997 https://github.com/moses-smt/mosesdecoder/commit/01243e415ae39297b21018306551ca329f6f9997 Author: hieu <hieu@hieu-Precision-WorkStation-T3400.(none)> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M mert/Jamfile R mert/MergeScorer.cpp R mert/MergeScorer.h M mert/ScorerFactory.cpp M moses/TranslationModel/PhraseDictionary.cpp Log Message: ----------- Merge branch 'master' into weight-new Compare: https://github.com/moses-smt/mosesdecoder/compare/2f6b445bf637...01243e415ae3 |
From: GitHub <no...@gi...> - 2013-01-03 15:02:21
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 1dfbe1113c39f5611024c113206b96696f7184a8 https://github.com/moses-smt/mosesdecoder/commit/1dfbe1113c39f5611024c113206b96696f7184a8 Author: hieu <hieu@hieu-Precision-WorkStation-T3400.(none)> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M mert/Jamfile R mert/MergeScorer.cpp R mert/MergeScorer.h M mert/ScorerFactory.cpp Log Message: ----------- delete MergeScorer in mert/ |
From: GitHub <no...@gi...> - 2013-01-03 14:36:41
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 15c776eda451bf1325f69e04fa518554f110c49c https://github.com/moses-smt/mosesdecoder/commit/15c776eda451bf1325f69e04fa518554f110c49c Author: hieu <hieu@hieu-Precision-WorkStation-T3400.(none)> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M moses/TranslationModel/PhraseDictionary.cpp Log Message: ----------- delete check and exit of Suffix Array phrase table implementation erroneously checked in |
From: GitHub <no...@gi...> - 2013-01-03 12:39:33
|
Branch: refs/heads/local_lms Home: https://github.com/moses-smt/mosesdecoder Commit: 8a2a99023aef8e7e0fe9763d728b998c5bc25711 https://github.com/moses-smt/mosesdecoder/commit/8a2a99023aef8e7e0fe9763d728b998c5bc25711 Author: Ales Tamchyna <a.t...@gm...> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M moses/LM/Local.cpp Log Message: ----------- in LocalLM, do not try to predict words without context (at least 1 word) |
From: GitHub <no...@gi...> - 2013-01-03 12:03:50
|
Branch: refs/heads/local_lms Home: https://github.com/moses-smt/mosesdecoder Commit: e2cac60a412c812b2472203c7c55097a87d636c3 https://github.com/moses-smt/mosesdecoder/commit/e2cac60a412c812b2472203c7c55097a87d636c3 Author: Ales Tamchyna <a.t...@gm...> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: A scripts/training/extract-corpus-locallm.pl Log Message: ----------- adding script for extracting training corpora for LocalLM |
From: GitHub <no...@gi...> - 2013-01-03 11:54:15
|
Branch: refs/heads/local_lms Home: https://github.com/moses-smt/mosesdecoder Commit: 90022b1d93299a14b40ec471a86f0b9e4f7af531 https://github.com/moses-smt/mosesdecoder/commit/90022b1d93299a14b40ec471a86f0b9e4f7af531 Author: Ales Tamchyna <a.t...@gm...> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M moses/LM/Local.cpp M moses/LM/Local.h Log Message: ----------- logging controlled by verbosity in LocalLM |
From: GitHub <no...@gi...> - 2013-01-03 09:43:44
|
Branch: refs/heads/local_lms Home: https://github.com/moses-smt/mosesdecoder Commit: 2a7999aacb676787200002acab7c98cbbf9acb55 https://github.com/moses-smt/mosesdecoder/commit/2a7999aacb676787200002acab7c98cbbf9acb55 Author: Ales Tamchyna <a.t...@gm...> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M moses/LM/Local.cpp Log Message: ----------- fixed a bug in LocalLM, adding more debugging messages |
From: GitHub <no...@gi...> - 2013-01-03 00:44:58
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: 0b23187dc58413447be1a29bc6feb789e2f012d7 https://github.com/moses-smt/moses-regression-tests/commit/0b23187dc58413447be1a29bc6feb789e2f012d7 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M tests/phrase.word-translation/moses.ini Log Message: ----------- move code from LoadWordTranslationFeature() to constructor in class WordTranslationFeature |
From: GitHub <no...@gi...> - 2013-01-03 00:44:50
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 2f6b445bf637cb040a6993b3e08ec33f4fbda89b https://github.com/moses-smt/mosesdecoder/commit/2f6b445bf637cb040a6993b3e08ec33f4fbda89b Author: Hieu Hoang <fis...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M moses/Parameter.cpp M moses/StaticData.cpp M moses/StaticData.h M moses/WordTranslationFeature.cpp M moses/WordTranslationFeature.h Log Message: ----------- move code from LoadWordTranslationFeature() to constructor in class WordTranslationFeature |
From: GitHub <no...@gi...> - 2013-01-02 16:59:18
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: c8c754669cbb9f1e120773f39d71a6233d029c57 https://github.com/moses-smt/moses-regression-tests/commit/c8c754669cbb9f1e120773f39d71a6233d029c57 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M tests/phrase.source-word-deletion/moses.ini Log Message: ----------- move code from LoadSourceWordDeletionFeature to constructor in class SourceWordDeletionFeature. Don't understand how it loads weights Commit: f270345b85dc6d206bb76d1c8002b8b4c6db35f4 https://github.com/moses-smt/moses-regression-tests/commit/f270345b85dc6d206bb76d1c8002b8b4c6db35f4 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M tests/phrase.target-word-insertion/moses.ini Log Message: ----------- move code from LoadTargetWordInsertionFeature to constructor in class TargetWordInsertionFeature. Don't understand how it loads weights Compare: https://github.com/moses-smt/moses-regression-tests/compare/ce328915a950...f270345b85dc |
From: GitHub <no...@gi...> - 2013-01-02 16:59:07
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 0784921314e1b233066ba5e79a4ffb3076556d03 https://github.com/moses-smt/mosesdecoder/commit/0784921314e1b233066ba5e79a4ffb3076556d03 Author: Hieu Hoang <fis...@gm...> Date: 2012-12-31 (Mon, 31 Dec 2012) Changed paths: M moses/GlobalLexicalModel.cpp M moses/GlobalLexicalModel.h M moses/Parameter.cpp M moses/StaticData.cpp M moses/StaticData.h Log Message: ----------- add [feature] arg. Use for GlobalLexicalModel. Not tested Commit: de45d7076a4d7dc312b63c2e99e4bb5170284095 https://github.com/moses-smt/mosesdecoder/commit/de45d7076a4d7dc312b63c2e99e4bb5170284095 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-01 (Tue, 01 Jan 2013) Changed paths: M moses/GlobalLexicalModelUnlimited.cpp M moses/GlobalLexicalModelUnlimited.h M moses/StaticData.cpp M moses/StaticData.h Log Message: ----------- add [feature] arg. Use for GlobalLexicalModelUnlimited. Not tested Commit: 6c9f6e9a21c3ed0f84bb6cdb926eb260c1574674 https://github.com/moses-smt/mosesdecoder/commit/6c9f6e9a21c3ed0f84bb6cdb926eb260c1574674 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M moses/ScoreProducer.h M moses/SourceWordDeletionFeature.cpp M moses/SourceWordDeletionFeature.h M moses/StaticData.cpp M moses/StaticData.h Log Message: ----------- move code from LoadSourceWordDeletionFeature to constructor in class SourceWordDeletionFeature. Don't understand how it loads weights Commit: fb2c57c70fb1b47993b758cbd5ec1ac8ac57ce35 https://github.com/moses-smt/mosesdecoder/commit/fb2c57c70fb1b47993b758cbd5ec1ac8ac57ce35 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M moses/SourceWordDeletionFeature.cpp M moses/StaticData.cpp M moses/StaticData.h M moses/TargetWordInsertionFeature.cpp M moses/TargetWordInsertionFeature.h Log Message: ----------- move code from LoadTargetWordInsertionFeature to constructor in class TargetWordInsertionFeature. Don't understand how it loads weights Commit: add63c23a78413bd0b7e731319e600f98057c24a https://github.com/moses-smt/mosesdecoder/commit/add63c23a78413bd0b7e731319e600f98057c24a Author: Hieu Hoang <fis...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M moses/PhraseBoundaryFeature.cpp M moses/PhraseBoundaryFeature.h M moses/StaticData.cpp M moses/StaticData.h Log Message: ----------- move code from LoadPhraseBoundaryFeature() to constructor in class PhraseBoundaryFeature Commit: b71d6c9b24dad7b8897813f0d51d9b095a0793b2 https://github.com/moses-smt/mosesdecoder/commit/b71d6c9b24dad7b8897813f0d51d9b095a0793b2 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M moses/PhraseLengthFeature.cpp M moses/PhraseLengthFeature.h M moses/StaticData.cpp M moses/StaticData.h Log Message: ----------- move code from LoadPhraseLengthFeature() to constructor in class PhraseLengthFeature Compare: https://github.com/moses-smt/mosesdecoder/compare/19b36b12abf9...b71d6c9b24da |
From: GitHub <no...@gi...> - 2013-01-02 16:52:19
|
Branch: refs/heads/local_lms Home: https://github.com/moses-smt/mosesdecoder Commit: 2b6cd0e411fd9172ac279adaf8e4590edd6e82d5 https://github.com/moses-smt/mosesdecoder/commit/2b6cd0e411fd9172ac279adaf8e4590edd6e82d5 Author: Ales Tamchyna <a.t...@gm...> Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M moses/LM/Local.cpp Log Message: ----------- debugging LocalLM |