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: <hie...@us...> - 2008-06-11 13:42:52
|
Revision: 1850 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1850&view=rev Author: hieuhoang1972 Date: 2008-06-11 06:42:23 -0700 (Wed, 11 Jun 2008) Log Message: ----------- don't run 2 tests which don't pass Modified Paths: -------------- trunk/regression-testing/run-test-suite.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-11 13:22:56
|
Revision: 1849 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1849&view=rev Author: hieuhoang1972 Date: 2008-06-11 06:22:26 -0700 (Wed, 11 Jun 2008) Log Message: ----------- move cube pruning moses lib to trunk Modified Paths: -------------- trunk/moses-cmd/src/Main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-11 10:53:00
|
Revision: 1848 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1848&view=rev Author: hieuhoang1972 Date: 2008-06-11 03:52:57 -0700 (Wed, 11 Jun 2008) Log Message: ----------- move cube pruning moses lib to trunk Added Paths: ----------- trunk/moses/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-11 10:52:02
|
Revision: 1847 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1847&view=rev Author: hieuhoang1972 Date: 2008-06-11 03:52:01 -0700 (Wed, 11 Jun 2008) Log Message: ----------- delete old moses lib Removed Paths: ------------- trunk/moses/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-11 10:46:14
|
Revision: 1846 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1846&view=rev Author: hieuhoang1972 Date: 2008-06-11 03:45:57 -0700 (Wed, 11 Jun 2008) Log Message: ----------- Added Paths: ----------- tags/mtm_before_cube_pruning/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-10 19:10:56
|
Revision: 1845 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1845&view=rev Author: hieuhoang1972 Date: 2008-06-10 12:10:51 -0700 (Tue, 10 Jun 2008) Log Message: ----------- get rid of gcc and Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cha...@us...> - 2008-06-10 17:01:31
|
Revision: 1844 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1844&view=rev Author: chardmeier Date: 2008-06-10 10:00:00 -0700 (Tue, 10 Jun 2008) Log Message: ----------- Added new files to Xcode project. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/moses.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xan...@us...> - 2008-06-10 10:13:24
|
Revision: 1843 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1843&view=rev Author: xandfraser Date: 2008-06-10 03:13:17 -0700 (Tue, 10 Jun 2008) Log Message: ----------- Major revamp of cube pruning to implement one priority queue per stack that is fed from all bitmap containers in the stack Added cube pruning parameter cbp for the pop limit (the number of hypotheses popped for a particular stack), default is 1000 Added cube pruning parameter cbd for diversity (the minimal number of hypotheses inserted into stack for each bitmap container), default is 0 Removed cube pruning parameter cbk Removed all references to kbest, this is not a kbest algorithm Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.h branches/mtm2_cube_pruning/moses/src/Manager.h branches/mtm2_cube_pruning/moses/src/Parameter.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/StaticData.cpp branches/mtm2_cube_pruning/moses/src/StaticData.h branches/mtm2_cube_pruning/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2008-06-10 09:08:10
|
Revision: 1842 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1842&view=rev Author: bhaddow Date: 2008-06-10 02:07:20 -0700 (Tue, 10 Jun 2008) Log Message: ----------- First cut of new mert outer loop Modified Paths: -------------- trunk/scripts/released-files Added Paths: ----------- trunk/scripts/training/mert-moses-new.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-09 17:07:51
|
Revision: 1841 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1841&view=rev Author: hieuhoang1972 Date: 2008-06-09 10:07:05 -0700 (Mon, 09 Jun 2008) Log Message: ----------- makefile Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-09 16:23:55
|
Revision: 1840 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1840&view=rev Author: hieuhoang1972 Date: 2008-06-09 09:22:35 -0700 (Mon, 09 Jun 2008) Log Message: ----------- makefile Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-09 13:08:39
|
Revision: 1839 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1839&view=rev Author: hieuhoang1972 Date: 2008-06-09 06:08:38 -0700 (Mon, 09 Jun 2008) Log Message: ----------- svn prop Property Changed: ---------------- branches/mtm2_cube_pruning/moses/src/Factor.cpp branches/mtm2_cube_pruning/moses/src/Factor.h branches/mtm2_cube_pruning/moses/src/FactorCollection.cpp branches/mtm2_cube_pruning/moses/src/FactorCollection.h branches/mtm2_cube_pruning/moses/src/FactorTypeSet.cpp branches/mtm2_cube_pruning/moses/src/FactorTypeSet.h branches/mtm2_cube_pruning/moses/src/GenerationDictionary.cpp branches/mtm2_cube_pruning/moses/src/GenerationDictionary.h branches/mtm2_cube_pruning/moses/src/Hypothesis.cpp branches/mtm2_cube_pruning/moses/src/Hypothesis.h branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.h branches/mtm2_cube_pruning/moses/src/LanguageModel.cpp branches/mtm2_cube_pruning/moses/src/LanguageModel.h branches/mtm2_cube_pruning/moses/src/LanguageModelIRST.cpp branches/mtm2_cube_pruning/moses/src/LanguageModelIRST.h branches/mtm2_cube_pruning/moses/src/LanguageModelSRI.cpp branches/mtm2_cube_pruning/moses/src/LanguageModelSRI.h branches/mtm2_cube_pruning/moses/src/LexicalReordering.cpp branches/mtm2_cube_pruning/moses/src/LexicalReordering.h branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/Manager.h branches/mtm2_cube_pruning/moses/src/Parameter.cpp branches/mtm2_cube_pruning/moses/src/Parameter.h branches/mtm2_cube_pruning/moses/src/Phrase.cpp branches/mtm2_cube_pruning/moses/src/Phrase.h branches/mtm2_cube_pruning/moses/src/PhraseDictionaryMemory.cpp branches/mtm2_cube_pruning/moses/src/PhraseDictionaryMemory.h branches/mtm2_cube_pruning/moses/src/Sentence.cpp branches/mtm2_cube_pruning/moses/src/Sentence.h branches/mtm2_cube_pruning/moses/src/StaticData.cpp branches/mtm2_cube_pruning/moses/src/StaticData.h branches/mtm2_cube_pruning/moses/src/TranslationOption.cpp branches/mtm2_cube_pruning/moses/src/TranslationOption.h branches/mtm2_cube_pruning/moses/src/TranslationOptionCollection.h branches/mtm2_cube_pruning/moses/src/TrellisPath.cpp branches/mtm2_cube_pruning/moses/src/TrellisPath.h branches/mtm2_cube_pruning/moses/src/TrellisPathCollection.h branches/mtm2_cube_pruning/moses/src/TrellisPathList.h branches/mtm2_cube_pruning/moses/src/TypeDef.h branches/mtm2_cube_pruning/moses/src/Word.cpp branches/mtm2_cube_pruning/moses/src/Word.h branches/mtm2_cube_pruning/moses/src/WordsBitmap.cpp branches/mtm2_cube_pruning/moses/src/WordsBitmap.h branches/mtm2_cube_pruning/moses/src/WordsRange.h branches/mtm2_cube_pruning/moses-cmd/src/IOStream.cpp branches/mtm2_cube_pruning/moses-cmd/src/IOStream.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-09 13:06:13
|
Revision: 1838 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1838&view=rev Author: hieuhoang1972 Date: 2008-06-09 06:06:05 -0700 (Mon, 09 Jun 2008) Log Message: ----------- gcc compile errors Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-09 13:03:14
|
Revision: 1837 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1837&view=rev Author: hieuhoang1972 Date: 2008-06-09 06:03:05 -0700 (Mon, 09 Jun 2008) Log Message: ----------- separate stack types for each search algo Added Paths: ----------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-09 12:39:19
|
Revision: 1836 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1836&view=rev Author: hieuhoang1972 Date: 2008-06-09 05:39:02 -0700 (Mon, 09 Jun 2008) Log Message: ----------- mem leak Modified Paths: -------------- branches/mtm2_cube_pruning/moses/moses.vcproj branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.h branches/mtm2_cube_pruning/moses/src/HypothesisStackNormal.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-09 12:27:54
|
Revision: 1835 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1835&view=rev Author: hieuhoang1972 Date: 2008-06-09 05:27:52 -0700 (Mon, 09 Jun 2008) Log Message: ----------- separate stack types for each search algo Modified Paths: -------------- branches/mtm2_cube_pruning/moses/moses.vcproj branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.h branches/mtm2_cube_pruning/moses/src/HypothesisStackNormal.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStackNormal.h branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.h branches/mtm2_cube_pruning/moses/src/SearchNormal.cpp branches/mtm2_cube_pruning/moses/src/SearchNormal.h Added Paths: ----------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-09 10:46:20
|
Revision: 1834 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1834&view=rev Author: hieuhoang1972 Date: 2008-06-09 03:45:32 -0700 (Mon, 09 Jun 2008) Log Message: ----------- separate stack types for each search algo Modified Paths: -------------- branches/mtm2_cube_pruning/moses/moses.vcproj branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/Hypothesis.h branches/mtm2_cube_pruning/moses/src/Manager.h branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.h branches/mtm2_cube_pruning/moses/src/SearchNormal.cpp branches/mtm2_cube_pruning/moses/src/SearchNormal.h branches/mtm2_cube_pruning/moses/src/StaticData.cpp Added Paths: ----------- branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.h branches/mtm2_cube_pruning/moses/src/HypothesisStackNormal.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStackNormal.h Removed Paths: ------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 18:36:35
|
Revision: 1833 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1833&view=rev Author: hieuhoang1972 Date: 2008-06-08 11:36:31 -0700 (Sun, 08 Jun 2008) Log Message: ----------- exclude 2 tests from regression tests Modified Paths: -------------- branches/mtm2_cube_pruning/regression-testing/run-test-suite.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 18:29:04
|
Revision: 1832 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1832&view=rev Author: hieuhoang1972 Date: 2008-06-08 11:29:01 -0700 (Sun, 08 Jun 2008) Log Message: ----------- exclude 2 tests from regression tests Modified Paths: -------------- branches/mtm2_cube_pruning/regression-testing/run-test-suite.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 18:21:44
|
Revision: 1831 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1831&view=rev Author: hieuhoang1972 Date: 2008-06-08 11:21:38 -0700 (Sun, 08 Jun 2008) Log Message: ----------- calling InitBeforeProcessing twice Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/SearchNormal.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 16:23:11
|
Revision: 1830 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1830&view=rev Author: hieuhoang1972 Date: 2008-06-08 09:23:03 -0700 (Sun, 08 Jun 2008) Log Message: ----------- mem leak Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Search.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 15:49:37
|
Revision: 1829 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1829&view=rev Author: hieuhoang1972 Date: 2008-06-08 08:49:34 -0700 (Sun, 08 Jun 2008) Log Message: ----------- add normal search algo back in Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/Search.cpp branches/mtm2_cube_pruning/moses/src/Search.h branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.h branches/mtm2_cube_pruning/moses/src/SearchNormal.cpp branches/mtm2_cube_pruning/moses/src/SearchNormal.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 14:48:06
|
Revision: 1828 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1828&view=rev Author: hieuhoang1972 Date: 2008-06-08 07:47:59 -0700 (Sun, 08 Jun 2008) Log Message: ----------- add normal search algo back in Modified Paths: -------------- branches/mtm2_cube_pruning/moses/moses.vcproj branches/mtm2_cube_pruning/moses/src/Search.cpp Added Paths: ----------- branches/mtm2_cube_pruning/moses/src/SearchNormal.cpp branches/mtm2_cube_pruning/moses/src/SearchNormal.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 13:31:23
|
Revision: 1827 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1827&view=rev Author: hieuhoang1972 Date: 2008-06-08 06:31:22 -0700 (Sun, 08 Jun 2008) Log Message: ----------- refactor cube pruning for plug & play search algos Modified Paths: -------------- branches/mtm2_cube_pruning/moses/moses.vcproj branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/Manager.h branches/mtm2_cube_pruning/moses/src/Parameter.cpp branches/mtm2_cube_pruning/moses/src/Search.h branches/mtm2_cube_pruning/moses/src/StaticData.cpp branches/mtm2_cube_pruning/moses/src/StaticData.h branches/mtm2_cube_pruning/moses/src/TypeDef.h branches/mtm2_cube_pruning/moses-cmd/src/Main.cpp Added Paths: ----------- branches/mtm2_cube_pruning/moses/src/Search.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 12:50:24
|
Revision: 1826 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1826&view=rev Author: hieuhoang1972 Date: 2008-06-08 05:50:22 -0700 (Sun, 08 Jun 2008) Log Message: ----------- svn props Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Search.h branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.h Property Changed: ---------------- branches/mtm2_cube_pruning/moses/src/Search.h branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |