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-02-21 20:05:31
|
Revision: 1229 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1229&view=rev Author: hieuhoang1972 Date: 2007-02-21 12:05:27 -0800 (Wed, 21 Feb 2007) Log Message: ----------- minor gcc compile error. also, no longer use IRSTLM as a subsitutute for SRILM, and vice versa. They don't give identitcal results - avoids confusion. Modified Paths: -------------- trunk/moses/src/LanguageModelFactory.cpp trunk/moses/src/LanguageModelIRST.cpp trunk/moses/src/LanguageModelIRST.h trunk/moses/src/LanguageModelSRI.cpp trunk/moses/src/LanguageModelSRI.h trunk/regression-testing/MosesRegressionTesting.pm trunk/regression-testing/tests/nbest-multi-factor/truth/results.dat This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-21 19:51:38
|
Revision: 1228 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1228&view=rev Author: hieuhoang1972 Date: 2007-02-21 11:51:17 -0800 (Wed, 21 Feb 2007) Log Message: ----------- change unknown word processing to be closer to the way pharaoh does it - create unknown word whenever single word is not in translation table but penalise hypothesis for using it. Modified Paths: -------------- trunk/regression-testing/tests/multi-factor-binptable/truth/results.dat This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-21 19:48:58
|
Revision: 1227 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1227&view=rev Author: hieuhoang1972 Date: 2007-02-21 11:48:53 -0800 (Wed, 21 Feb 2007) Log Message: ----------- change unknown word processing to be closer to the way pharaoh does it - create unknown word whenever single word is not in translation table but penalise hypothesis for using it. Modified Paths: -------------- trunk/moses/src/DummyScoreProducers.cpp trunk/moses/src/DummyScoreProducers.h trunk/moses/src/GenerationDictionary.cpp trunk/moses/src/GenerationDictionary.h trunk/moses/src/HypothesisCollection.cpp trunk/moses/src/LanguageModel.cpp trunk/moses/src/LanguageModel.h trunk/moses/src/LanguageModelFactory.cpp trunk/moses/src/LanguageModelFactory.h trunk/moses/src/LanguageModelInternal.cpp trunk/moses/src/LanguageModelInternal.h trunk/moses/src/LanguageModelJoint.h trunk/moses/src/LanguageModelMultiFactor.cpp trunk/moses/src/LanguageModelMultiFactor.h trunk/moses/src/LanguageModelSingleFactor.cpp trunk/moses/src/LanguageModelSingleFactor.h trunk/moses/src/LanguageModelSkip.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TranslationOption.cpp trunk/moses/src/TranslationOptionCollection.cpp trunk/moses-cmd/src/Main.cpp trunk/regression-testing/MosesRegressionTesting.pm trunk/regression-testing/tests/basic-surface-binptable/truth/results.dat trunk/regression-testing/tests/basic-surface-only/truth/results.dat trunk/regression-testing/tests/multi-factor/truth/results.dat This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jds...@us...> - 2007-02-21 15:47:22
|
Revision: 1226 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1226&view=rev Author: jdschroeder Date: 2007-02-21 07:47:13 -0800 (Wed, 21 Feb 2007) Log Message: ----------- added recaser scripts to released-files Modified Paths: -------------- trunk/scripts/released-files This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-20 11:08:57
|
Revision: 1225 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1225&view=rev Author: hieuhoang1972 Date: 2007-02-20 03:08:55 -0800 (Tue, 20 Feb 2007) Log Message: ----------- hack to fix hypo collection where all hypo scores are -inf. need to rethink pruning or creation of trans opt for unknown word Modified Paths: -------------- trunk/moses/src/HypothesisCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2007-02-19 18:35:58
|
Revision: 1224 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1224&view=rev Author: phkoehn Date: 2007-02-19 10:35:51 -0800 (Mon, 19 Feb 2007) Log Message: ----------- minor bug fix with config file Modified Paths: -------------- trunk/scripts/training/train-factored-phrase-model.perl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-19 15:47:23
|
Revision: 1223 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1223&view=rev Author: hieuhoang1972 Date: 2007-02-19 07:47:21 -0800 (Mon, 19 Feb 2007) Log Message: ----------- close file handle Modified Paths: -------------- branches/hieu-async/moses/src/Util.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-17 05:08:35
|
Revision: 1222 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1222&view=rev Author: hieuhoang1972 Date: 2007-02-16 21:08:31 -0800 (Fri, 16 Feb 2007) Log Message: ----------- bug fix in alignment Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPhrase.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-16 19:34:37
|
Revision: 1221 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1221&view=rev Author: hieuhoang1972 Date: 2007-02-16 11:20:06 -0800 (Fri, 16 Feb 2007) Log Message: ----------- make better use of alignment info. only those hypos where all elements can be aligned are used Modified Paths: -------------- branches/hieu-async/moses/moses.sln branches/hieu-async/moses/src/AlignmentElement.h branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPair.h branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/WordsBitmap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-16 18:54:55
|
Revision: 1220 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1220&view=rev Author: hieuhoang1972 Date: 2007-02-16 10:54:52 -0800 (Fri, 16 Feb 2007) Log Message: ----------- processPhraseTable VS project file Modified Paths: -------------- branches/hieu-async/misc/processPhraseTable.cpp Added Paths: ----------- branches/hieu-async/misc/processPhraseTable.vcproj Removed Paths: ------------- branches/hieu-async/misc/misc.vcproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-16 18:15:11
|
Revision: 1219 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1219&view=rev Author: hieuhoang1972 Date: 2007-02-16 10:15:06 -0800 (Fri, 16 Feb 2007) Log Message: ----------- minor gcc compile error Modified Paths: -------------- trunk/moses/src/LanguageModelIRST.cpp trunk/moses/src/LanguageModelIRST.h trunk/moses/src/LanguageModelSRI.cpp trunk/moses/src/LanguageModelSRI.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-16 18:08:39
|
Revision: 1218 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1218&view=rev Author: hieuhoang1972 Date: 2007-02-16 10:08:37 -0800 (Fri, 16 Feb 2007) Log Message: ----------- code cleanup - make FactorCollection and StaticData totally accessible only globally Modified Paths: -------------- trunk/misc/processPhraseTable.cpp trunk/moses/src/ConfusionNet.cpp trunk/moses/src/ConfusionNet.h trunk/moses/src/DecodeStep.h trunk/moses/src/DecodeStepGeneration.cpp trunk/moses/src/DecodeStepGeneration.h trunk/moses/src/DecodeStepTranslation.cpp trunk/moses/src/DecodeStepTranslation.h trunk/moses/src/DummyScoreProducers.cpp trunk/moses/src/FactorCollection.cpp trunk/moses/src/FactorCollection.h trunk/moses/src/GenerationDictionary.cpp trunk/moses/src/GenerationDictionary.h trunk/moses/src/Hypothesis.cpp trunk/moses/src/Hypothesis.h trunk/moses/src/HypothesisCollection.cpp trunk/moses/src/InputType.h trunk/moses/src/LanguageModel.cpp trunk/moses/src/LanguageModelFactory.cpp trunk/moses/src/LanguageModelFactory.h trunk/moses/src/LanguageModelInternal.cpp trunk/moses/src/LanguageModelInternal.h trunk/moses/src/LanguageModelJoint.h trunk/moses/src/LanguageModelMultiFactor.h trunk/moses/src/LanguageModelSingleFactor.h trunk/moses/src/LanguageModelSkip.h trunk/moses/src/LexicalReordering.cpp trunk/moses/src/Manager.cpp trunk/moses/src/Manager.h trunk/moses/src/PDTAimp.h trunk/moses/src/PartialTranslOptColl.cpp trunk/moses/src/Phrase.cpp trunk/moses/src/Phrase.h trunk/moses/src/PhraseDictionary.cpp trunk/moses/src/PhraseDictionaryMemory.cpp trunk/moses/src/PhraseDictionaryMemory.h trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp trunk/moses/src/PhraseDictionaryTreeAdaptor.h trunk/moses/src/ScoreComponentCollection.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/TranslationOption.cpp trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h trunk/moses/src/TranslationOptionCollectionConfusionNet.cpp trunk/moses/src/TranslationOptionCollectionConfusionNet.h trunk/moses/src/TranslationOptionCollectionText.cpp trunk/moses/src/TranslationOptionCollectionText.h trunk/moses/src/Util.h trunk/moses/src/Word.cpp trunk/moses-cmd/src/IOStream.cpp trunk/moses-cmd/src/IOStream.h trunk/moses-cmd/src/Main.cpp trunk/moses-cmd/src/Main.h trunk/moses-cmd/src/TranslationAnalysis.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lex...@us...> - 2007-02-16 15:56:45
|
Revision: 1217 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1217&view=rev Author: lexi_birch Date: 2007-02-16 07:56:44 -0800 (Fri, 16 Feb 2007) Log Message: ----------- Merging from branch. >From now on, can have multiple decoder step lists to accomodate backoff Specify this as an extra parameter in the [mapping] option in the ini file This is backwards compatible. Before (and still accepted): [mapping] T 0 Now you can have: [mapping] 0 T 0 1 T 1 1 G 0 Imagine for instance the translation table 0 is words - words, and the table 1 is stems - stems, and the generation table 0 is stems - words. This will allow us to backoff to stems if words are not found. It is not really backoff because all the options from both decoder step lists get included into the translation option collection, which is then used to create the hypotheses. The different paths must have their weights carefully balanced. MERT might not be enough to discover the best weights for all the combined parameters. Modified Paths: -------------- trunk/moses/src/Manager.cpp trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-15 21:12:21
|
Revision: 1216 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1216&view=rev Author: hieuhoang1972 Date: 2007-02-15 13:12:20 -0800 (Thu, 15 Feb 2007) Log Message: ----------- minor code cleanup Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-15 21:07:48
|
Revision: 1215 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1215&view=rev Author: hieuhoang1972 Date: 2007-02-15 13:07:43 -0800 (Thu, 15 Feb 2007) Log Message: ----------- store source alignment as well as target for each hypo Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPair.h branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/TargetPhrase.cpp branches/hieu-async/moses/src/TranslationOption.cpp branches/hieu-async/moses-cmd/src/IOStream.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-02-15 01:50:27
|
Revision: 1214 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1214&view=rev Author: bojar Date: 2007-02-14 17:50:26 -0800 (Wed, 14 Feb 2007) Log Message: ----------- Die if aclocal, autoconf or automake fail Modified Paths: -------------- trunk/regenerate-makefiles.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-02-15 01:49:39
|
Revision: 1213 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1213&view=rev Author: bojar Date: 2007-02-14 17:49:37 -0800 (Wed, 14 Feb 2007) Log Message: ----------- Die if aclocal, autoconf or automake fail. Modified Paths: -------------- trunk/irstlm/regenerate-makefiles.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-14 20:33:02
|
Revision: 1212 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1212&view=rev Author: hieuhoang1972 Date: 2007-02-14 12:32:57 -0800 (Wed, 14 Feb 2007) Log Message: ----------- check in eclipse proj to make bin table Added Paths: ----------- trunk/misc/.cdtbuild trunk/misc/.cdtproject This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-14 19:49:22
|
Revision: 1211 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1211&view=rev Author: hieuhoang1972 Date: 2007-02-14 11:49:16 -0800 (Wed, 14 Feb 2007) Log Message: ----------- store source alignment as well as target for each hypo Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPair.h branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/HypothesisStack.cpp branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/TranslationOption.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2007-02-13 19:22:45
|
Revision: 1210 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1210&view=rev Author: phkoehn Date: 2007-02-13 11:22:35 -0800 (Tue, 13 Feb 2007) Log Message: ----------- a large number of changes. besides little tweaks: * training script now has proper default behaviour for single-factor models, * mert script has better handling of default lambda parameters that now works with lexicalized reordering models, and also with multiple models files (e.g. multiple language models) * parallel mert script is more robust when single jobs fail: detects it and resubmits the crashed (or killed) jobs * recaser added that builds on moses * filtering script added that also binarizes filtered model files (this will be eventually replaced when the lexicalized reordering model also uses the binary format) Modified Paths: -------------- trunk/scripts/generic/moses-parallel.pl trunk/scripts/training/filter-model-given-input.pl trunk/scripts/training/mert-moses.pl trunk/scripts/training/train-factored-phrase-model.perl Added Paths: ----------- trunk/scripts/recaser/ trunk/scripts/recaser/recase.perl trunk/scripts/recaser/train-recaser.perl 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-02-13 19:17:04
|
Revision: 1209 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1209&view=rev Author: hieuhoang1972 Date: 2007-02-13 11:15:34 -0800 (Tue, 13 Feb 2007) Log Message: ----------- fixed regression test failing. Number of features for generation models MUST be specified in ini file, no backward compatability hack Modified Paths: -------------- trunk/misc/processPhraseTable.vcproj trunk/moses/src/GenerationDictionary.cpp trunk/moses/src/GenerationDictionary.h trunk/moses/src/Parameter.cpp trunk/moses/src/StaticData.cpp trunk/moses-cmd/moses-cmd.vcproj trunk/regression-testing/tests/multi-factor-drop/moses.ini This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-13 19:16:53
|
Revision: 1208 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1208&view=rev Author: hieuhoang1972 Date: 2007-02-13 11:15:09 -0800 (Tue, 13 Feb 2007) Log Message: ----------- minor change to reflect changes in trunk Modified Paths: -------------- branches/hieu-async/moses/src/Parameter.cpp branches/hieu-async/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-02-13 00:04:50
|
Revision: 1207 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1207&view=rev Author: hieuhoang1972 Date: 2007-02-12 16:04:45 -0800 (Mon, 12 Feb 2007) Log Message: ----------- initialise cache path Modified Paths: -------------- branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-12 11:18:07
|
Revision: 1206 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1206&view=rev Author: hieuhoang1972 Date: 2007-02-12 03:05:13 -0800 (Mon, 12 Feb 2007) Log Message: ----------- added #def to use hypo pool Modified Paths: -------------- trunk/moses/.cdtbuild trunk/moses/moses.vcproj trunk/moses/src/Hypothesis.cpp trunk/moses/src/Hypothesis.h trunk/moses/src/HypothesisCollection.cpp trunk/moses/src/HypothesisCollection.h trunk/moses/src/Makefile.am trunk/moses/src/Manager.cpp trunk/moses-cmd/.cdtbuild trunk/moses-cmd/moses-cmd.vcproj trunk/moses-cmd/src/IOStream.cpp 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: <hie...@us...> - 2007-02-12 11:18:07
|
Revision: 1205 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1205&view=rev Author: hieuhoang1972 Date: 2007-02-12 03:01:38 -0800 (Mon, 12 Feb 2007) Log Message: ----------- vs proj to use hypo pool in release build Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses-cmd/moses-cmd.vcproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |