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...> - 2007-05-24 16:22:33
|
Revision: 1401 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1401&view=rev Author: hieuhoang1972 Date: 2007-05-24 09:22:11 -0700 (Thu, 24 May 2007) Log Message: ----------- never output NO BEST HYPO by giving back partial hypo Modified Paths: -------------- branches/hieu-async/moses/src/HypothesisStack.h branches/hieu-async/moses/src/HypothesisStackCollection.cpp branches/hieu-async/moses/src/HypothesisStackCollection.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Manager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2007-05-24 15:08:53
|
Revision: 1400 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1400&view=rev Author: phkoehn Date: 2007-05-24 08:08:51 -0700 (Thu, 24 May 2007) Log Message: ----------- updated report: intro, conclusions, english-german experiments Modified Paths: -------------- trunk/report/report.tex This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2007-05-24 15:05:02
|
Revision: 1399 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1399&view=rev Author: phkoehn Date: 2007-05-24 08:04:54 -0700 (Thu, 24 May 2007) Log Message: ----------- added bib's to report Modified Paths: -------------- trunk/report/biblio.bib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jds...@us...> - 2007-05-24 13:23:40
|
Revision: 1398 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1398&view=rev Author: jdschroeder Date: 2007-05-24 06:23:36 -0700 (Thu, 24 May 2007) Log Message: ----------- Added support for pharaoh-style XML tags in Sentence input to supplement phrase table translation options. Use command line flag -xml-input. Possible values are: -inclusive (places XML options into mix with regular phrase table choices) -exclusive (no phrase table entries that overlap any of the XML source words are allowed) -ignore (XML markup is removed from input but not used during decoding) -pass-through (default, previous moses behavior: XML data is erroneously treated as words) Modified Paths: -------------- trunk/moses/src/Parameter.cpp trunk/moses/src/Sentence.cpp trunk/moses/src/Sentence.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TargetPhrase.cpp trunk/moses/src/TargetPhrase.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h trunk/moses/src/TranslationOptionCollectionText.cpp trunk/moses/src/TranslationOptionCollectionText.h trunk/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mau...@us...> - 2007-05-24 09:07:44
|
Revision: 1397 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1397&view=rev Author: maurocettolo Date: 2007-05-24 02:07:40 -0700 (Thu, 24 May 2007) Log Message: ----------- updated interface to new irstlm toolkit, able to handle micro-macro tag maps Modified Paths: -------------- trunk/moses/src/LanguageModelIRST.cpp trunk/moses/src/LanguageModelIRST.h trunk/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Karthik R. <t-k...@mi...> - 2007-05-23 14:05:35
|
Hi all, I've been trying to run the moses training perl script on windows using Cyg= win. After tweaking things here and there, I was able to make the script st= art running and reach till stage 3. At stage 3, it exits saying " Cannot open /dev/stdin Exit code: 1 Can't generate symmetrised alignment file " Now Cygwin as such doesn't have a /dev folder. I tried to get around this b= y creating a new folder named dev in the root folder and then creating a sy= mlink named stdin inside the dev folder. So, I now have the symlinks fd->/p= roc/self/fd and stdin -> fd/0 (a hint I looked up from one of the Cygwin fo= rums). But this is still not able to solve the problem. Would be happy to h= ear any suggestions. Thanks, Karthik |
From: <nic...@us...> - 2007-05-23 07:34:52
|
Revision: 1396 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1396&view=rev Author: nicolabertoldi Date: 2007-05-23 00:34:50 -0700 (Wed, 23 May 2007) Log Message: ----------- Added notes for compilation on Mac. Modified Paths: -------------- trunk/BUILD-INSTRUCTIONS trunk/regenerate-makefiles.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nic...@us...> - 2007-05-22 15:41:17
|
Revision: 1395 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1395&view=rev Author: nicolabertoldi Date: 2007-05-22 08:40:56 -0700 (Tue, 22 May 2007) Log Message: ----------- Removed irstlm stuff Modified instructions Changed configure.in to load a machine-dependent irstlm library Modified Paths: -------------- trunk/BUILD-INSTRUCTIONS trunk/configure.in Removed Paths: ------------- trunk/irstlm/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-21 21:43:55
|
Revision: 1394 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1394&view=rev Author: hieuhoang1972 Date: 2007-05-21 14:42:04 -0700 (Mon, 21 May 2007) Log Message: ----------- kdevelop files Modified Paths: -------------- branches/hieu-async/moses/src/Makefile.am branches/hieu-async/moses/src/Makefile.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-21 21:41:32
|
Revision: 1393 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1393&view=rev Author: hieuhoang1972 Date: 2007-05-21 14:37:06 -0700 (Mon, 21 May 2007) Log Message: ----------- differnt async strategies Modified Paths: -------------- branches/hieu-async/moses/src/HypothesisStack.cpp branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Manager.h branches/hieu-async/moses/src/Parameter.cpp branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h branches/hieu-async/moses/src/TypeDef.h branches/hieu-async/moses.kdevelop This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-21 13:08:52
|
Revision: 1392 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1392&view=rev Author: hieuhoang1972 Date: 2007-05-21 06:06:40 -0700 (Mon, 21 May 2007) Log Message: ----------- fixed bug with non-ascii data, recieved from Jaakko V?\195?\164yrynen Modified Paths: -------------- trunk/scripts/training/clean-corpus-n.perl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-16 13:31:46
|
Revision: 1391 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1391&view=rev Author: hieuhoang1972 Date: 2007-05-16 06:31:21 -0700 (Wed, 16 May 2007) Log Message: ----------- assert number of phrase table weights Modified Paths: -------------- branches/hieu-async/moses/src/StaticData.cpp trunk/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-16 13:16:02
|
Revision: 1390 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1390&view=rev Author: hieuhoang1972 Date: 2007-05-16 06:16:00 -0700 (Wed, 16 May 2007) Log Message: ----------- rename LatticePath class and associated classes to TrellisPath, to avoid confusion with WordLattice input Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Manager.h branches/hieu-async/moses/src/TranslationOptionCollection.h branches/hieu-async/moses-cmd/src/IOStream.cpp branches/hieu-async/moses-cmd/src/IOStream.h branches/hieu-async/moses-cmd/src/Main.cpp Added Paths: ----------- branches/hieu-async/moses/src/TrellisPath.cpp branches/hieu-async/moses/src/TrellisPath.h branches/hieu-async/moses/src/TrellisPathCollection.cpp branches/hieu-async/moses/src/TrellisPathCollection.h branches/hieu-async/moses/src/TrellisPathList.h Removed Paths: ------------- branches/hieu-async/moses/src/LatticePath.cpp branches/hieu-async/moses/src/LatticePath.h branches/hieu-async/moses/src/LatticePathCollection.cpp branches/hieu-async/moses/src/LatticePathCollection.h branches/hieu-async/moses/src/LatticePathList.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-16 13:08:57
|
Revision: 1389 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1389&view=rev Author: hieuhoang1972 Date: 2007-05-16 06:08:55 -0700 (Wed, 16 May 2007) Log Message: ----------- rename LatticePath class and associated classes to TrellisPath, to avoid confusion with WordLattice input Modified Paths: -------------- trunk/moses/moses.vcproj trunk/moses/src/Hypothesis.h trunk/moses/src/Makefile.am trunk/moses/src/Manager.cpp trunk/moses/src/Manager.h trunk/moses/src/TranslationOptionCollection.h trunk/moses-cmd/src/IOStream.cpp trunk/moses-cmd/src/IOStream.h trunk/moses-cmd/src/Main.cpp trunk/moses-cmd/src/mbr.cpp trunk/moses-cmd/src/mbr.h Added Paths: ----------- trunk/moses/src/TrellisPath.cpp trunk/moses/src/TrellisPath.h trunk/moses/src/TrellisPathCollection.cpp trunk/moses/src/TrellisPathCollection.h trunk/moses/src/TrellisPathList.h Removed Paths: ------------- trunk/moses/src/LatticePath.cpp trunk/moses/src/LatticePath.h trunk/moses/src/LatticePathCollection.cpp trunk/moses/src/LatticePathCollection.h trunk/moses/src/LatticePathList.h Property Changed: ---------------- trunk/moses-cmd/src/mbr.cpp trunk/moses-cmd/src/mbr.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-16 12:52:51
|
Revision: 1388 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1388&view=rev Author: hieuhoang1972 Date: 2007-05-16 05:52:49 -0700 (Wed, 16 May 2007) Log Message: ----------- code tidy up Modified Paths: -------------- trunk/moses/src/ScoreComponentCollection.h trunk/moses-cmd/src/mbr.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2007-05-15 23:11:19
|
Revision: 1387 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1387&view=rev Author: redpony Date: 2007-05-15 16:11:17 -0700 (Tue, 15 May 2007) Log Message: ----------- fix compile error Modified Paths: -------------- trunk/moses-cmd/src/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2007-05-15 22:20:14
|
Revision: 1386 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1386&view=rev Author: abarun Date: 2007-05-15 15:20:08 -0700 (Tue, 15 May 2007) Log Message: ----------- Code for MBR decoding Modified Paths: -------------- trunk/moses-cmd/src/Main.cpp trunk/moses-cmd/src/mbr.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-15 21:37:33
|
Revision: 1385 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1385&view=rev Author: hieuhoang1972 Date: 2007-05-15 14:37:25 -0700 (Tue, 15 May 2007) Log Message: ----------- visual studio compile errors Modified Paths: -------------- trunk/moses-cmd/moses-cmd.vcproj trunk/moses-cmd/src/TranslationAnalysis.cpp trunk/moses-cmd/src/mbr.cpp trunk/moses-cmd/src/mbr.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2007-05-15 21:34:22
|
Revision: 1384 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1384&view=rev Author: abarun Date: 2007-05-15 14:34:21 -0700 (Tue, 15 May 2007) Log Message: ----------- Code for MBR decoding Modified Paths: -------------- trunk/moses/src/Parameter.cpp trunk/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2007-05-15 20:54:40
|
Revision: 1383 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1383&view=rev Author: abarun Date: 2007-05-15 13:54:39 -0700 (Tue, 15 May 2007) Log Message: ----------- Code for MBR decoding Modified Paths: -------------- trunk/moses-cmd/src/IOStream.cpp trunk/moses-cmd/src/IOStream.h trunk/moses-cmd/src/Main.cpp Added Paths: ----------- trunk/moses-cmd/src/mbr.cpp trunk/moses-cmd/src/mbr.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2007-05-15 20:54:09
|
Revision: 1382 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1382&view=rev Author: abarun Date: 2007-05-15 13:54:01 -0700 (Tue, 15 May 2007) Log Message: ----------- Code for MBR decoding Modified Paths: -------------- trunk/moses/src/ScoreComponentCollection.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-05-09 00:54:08
|
Revision: 1381 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1381&view=rev Author: bojar Date: 2007-05-08 17:54:07 -0700 (Tue, 08 May 2007) Log Message: ----------- prefer hardlinking, dropped dependency on a proprietary script Modified Paths: -------------- trunk/scripts/training/clone_moses_model.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-05-07 07:19:04
|
Revision: 1380 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1380&view=rev Author: bojar Date: 2007-05-07 00:19:02 -0700 (Mon, 07 May 2007) Log Message: ----------- - added a comment where the binarizer is Modified Paths: -------------- trunk/scripts/training/filter-and-binarize-model-given-input.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-04 18:17:23
|
Revision: 1379 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1379&view=rev Author: hieuhoang1972 Date: 2007-05-04 11:16:41 -0700 (Fri, 04 May 2007) Log Message: ----------- apply code cleanup from trunk Modified Paths: -------------- branches/hieu-async/moses/src/LatticePathCollection.cpp branches/hieu-async/moses/src/LatticePathCollection.h branches/hieu-async/moses/src/LatticePathList.h branches/hieu-async/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-04 17:29:55
|
Revision: 1378 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1378&view=rev Author: hieuhoang1972 Date: 2007-05-04 10:29:48 -0700 (Fri, 04 May 2007) Log Message: ----------- clean up lattice path code Modified Paths: -------------- trunk/moses/src/LatticePathList.h trunk/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |