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: <bo...@us...> - 2007-03-26 05:46:51
|
Revision: 1327 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1327&view=rev Author: bojar Date: 2007-03-25 22:46:50 -0700 (Sun, 25 Mar 2007) Log Message: ----------- Adding detokenizer from WMT07 shared scripts.tgz, hoping there are no copyright problems. Please withdraw if necessary. Added Paths: ----------- trunk/scripts/recaser/detokenizer.perl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-03-26 05:44:29
|
Revision: 1326 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1326&view=rev Author: bojar Date: 2007-03-25 22:44:27 -0700 (Sun, 25 Mar 2007) Log Message: ----------- Proper unicode-based lower and uppercasing. Added language option to recase.perl, English remains the default. Modified Paths: -------------- trunk/scripts/recaser/recase.perl trunk/scripts/recaser/train-recaser.perl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-03-25 22:58:08
|
Revision: 1325 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1325&view=rev Author: bojar Date: 2007-03-25 15:58:06 -0700 (Sun, 25 Mar 2007) Log Message: ----------- Allow a workaround flag -feed-moses-via-stdin (the default to use -input-file is not changed). Correctly prepare qsub arguments for -old-sge workaround. Modified Paths: -------------- trunk/scripts/generic/moses-parallel.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-03-25 22:55:35
|
Revision: 1324 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1324&view=rev Author: bojar Date: 2007-03-25 15:55:31 -0700 (Sun, 25 Mar 2007) Log Message: ----------- Automagically fix moses.ini if it points to a non-gzipped version of a file but only the gzipped exists. 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-03-25 05:46:08
|
Revision: 1323 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1323&view=rev Author: bojar Date: 2007-03-24 22:46:05 -0700 (Sat, 24 Mar 2007) Log Message: ----------- Not everyone has 'pawd'. Using pawd as the default but reverting to pwd to get the current directory. Modified Paths: -------------- trunk/scripts/training/absolutize_moses_model.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lex...@us...> - 2007-03-22 12:42:26
|
Revision: 1322 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1322&view=rev Author: lexi_birch Date: 2007-03-22 05:42:23 -0700 (Thu, 22 Mar 2007) Log Message: ----------- Alternate graph code: Now can specify an alternate path in the config file for experiment.perl All you need to do is change the line: decoding-steps Every : you add will mean that the next steps are in an alternate graph Ie. decoding-steps = " t0 , g1 , t1 " will produce a single graph but decoding-steps = " t0 , g1 : t1 " will produce two alternate graphs The only change it actually makes is to the create configuration file. This is also a bugfix! There was no ability to have multiple factors in the target for the two filering scripts. They just ignored those lines as if they were not valid table descriptions. Modified Paths: -------------- trunk/scripts/training/filter-and-binarize-model-given-input.pl trunk/scripts/training/filter-model-given-input.pl 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: <bo...@us...> - 2007-03-21 00:53:29
|
Revision: 1321 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1321&view=rev Author: bojar Date: 2007-03-20 17:53:28 -0700 (Tue, 20 Mar 2007) Log Message: ----------- Changed file format back from DOS to unix. Modified Paths: -------------- trunk/scripts/check-dependencies.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-03-21 00:52:32
|
Revision: 1320 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1320&view=rev Author: bojar Date: 2007-03-20 17:52:28 -0700 (Tue, 20 Mar 2007) Log Message: ----------- Fixed the case when the intersection of two alignments is empty. Used to throw std::out_of_range at basic_string::replace, now emits an empty line. Modified Paths: -------------- trunk/scripts/training/symal/symal.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bo...@us...> - 2007-03-21 00:31:58
|
Revision: 1319 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1319&view=rev Author: bojar Date: 2007-03-20 17:31:53 -0700 (Tue, 20 Mar 2007) Log Message: ----------- Flushing stdout for intersect and union alignments. (No explicit flushing leads to truncated output! C++ is crap!) Also report the number of sentences processed. Modified Paths: -------------- trunk/scripts/training/symal/symal.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-18 12:06:12
|
Revision: 1318 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1318&view=rev Author: hieuhoang1972 Date: 2007-03-17 07:26:53 -0700 (Sat, 17 Mar 2007) Log Message: ----------- eclipse project file Modified Paths: -------------- trunk/misc/.cdtbuild This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mau...@us...> - 2007-03-16 13:20:30
|
Revision: 1317 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1317&view=rev Author: maurocettolo Date: 2007-03-16 06:20:27 -0700 (Fri, 16 Mar 2007) Log Message: ----------- added -V option to qsub call in qsub-wrapper.pl. This allows to make available to the submitted job the value of variable PYTHONPATH, set to $pythonpath in mert-moses.pl through %ENV (no more need of using setenv/export) Modified Paths: -------------- trunk/scripts/generic/qsub-wrapper.pl trunk/scripts/training/mert-moses.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nic...@us...> - 2007-03-15 18:02:20
|
Revision: 1316 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1316&view=rev Author: nicolabertoldi Date: 2007-03-15 11:00:57 -0700 (Thu, 15 Mar 2007) Log Message: ----------- csh requires setenv instead of export. Modified Paths: -------------- trunk/scripts/training/mert-moses.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nic...@us...> - 2007-03-15 17:55:28
|
Revision: 1315 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1315&view=rev Author: nicolabertoldi Date: 2007-03-15 10:54:00 -0700 (Thu, 15 Mar 2007) Log Message: ----------- Robust (forced and not interactive) copy, move and remove of files. Add usage infos. Modified Paths: -------------- trunk/scripts/generic/moses-parallel.pl trunk/scripts/generic/qsub-wrapper.pl trunk/scripts/training/mert-moses.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kon...@us...> - 2007-03-15 12:44:39
|
Revision: 1314 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1314&view=rev Author: konrad_rawlik Date: 2007-03-15 05:43:27 -0700 (Thu, 15 Mar 2007) Log Message: ----------- queryLexicalTable Modified Paths: -------------- trunk/misc/queryLexicalTable.cpp trunk/moses/src/LexicalReorderingTable.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-03-15 12:01:54
|
Revision: 1313 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1313&view=rev Author: hieuhoang1972 Date: 2007-03-15 05:01:53 -0700 (Thu, 15 Mar 2007) Log Message: ----------- add queryLexicalTable.cpp placeholder Added Paths: ----------- trunk/misc/queryLexicalTable.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-15 10:11:53
|
Revision: 1312 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1312&view=rev Author: hieuhoang1972 Date: 2007-03-15 03:11:28 -0700 (Thu, 15 Mar 2007) Log Message: ----------- change unsigned in to size_t Modified Paths: -------------- trunk/moses/src/LexicalReordering.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-14 22:47:38
|
Revision: 1311 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1311&view=rev Author: hieuhoang1972 Date: 2007-03-14 15:47:37 -0700 (Wed, 14 Mar 2007) Log Message: ----------- set svn properties Modified Paths: -------------- branches/hieu-async/irstlm/src/gzfilebuf.h branches/hieu-async/moses/src/AlignmentElement.cpp 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/FactorMask.cpp branches/hieu-async/moses/src/FactorMask.h branches/hieu-async/moses/src/File.cpp branches/hieu-async/moses/src/HypothesisStackCollection.cpp branches/hieu-async/moses/src/HypothesisStackCollection.h branches/hieu-async/moses/src/InputType.cpp branches/hieu-async/moses/src/InputType.h branches/hieu-async/moses/src/LanguageModelInternal.cpp branches/hieu-async/moses/src/LanguageModelInternal.h branches/hieu-async/moses/src/LatticePathCollection.cpp branches/hieu-async/moses/src/NGramCollection.cpp branches/hieu-async/moses/src/NGramCollection.h branches/hieu-async/moses/src/NGramNode.cpp branches/hieu-async/moses/src/NGramNode.h branches/hieu-async/moses/src/PhraseList.cpp branches/hieu-async/moses/src/PhraseList.h branches/hieu-async/moses/src/PhraseReference.cpp branches/hieu-async/moses/src/PhraseReference.h branches/hieu-async/moses/src/PrefixPhraseCollection.cpp branches/hieu-async/moses/src/PrefixPhraseCollection.h branches/hieu-async/moses/src/SentenceStats.cpp branches/hieu-async/moses/src/SpanScore.cpp branches/hieu-async/moses/src/SpanScore.h branches/hieu-async/moses/src/WordsRange.cpp branches/hieu-async/scripts/training/phrase-extract/AlignmentPhrase.cpp branches/hieu-async/scripts/training/phrase-extract/AlignmentPhrase.h Property Changed: ---------------- branches/hieu-async/irstlm/src/gzfilebuf.h branches/hieu-async/irstlm/src/util.cpp branches/hieu-async/irstlm/src/util.h branches/hieu-async/moses/src/AlignmentElement.cpp 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/FactorMask.cpp branches/hieu-async/moses/src/FactorMask.h branches/hieu-async/moses/src/File.cpp branches/hieu-async/moses/src/HypothesisStackCollection.cpp branches/hieu-async/moses/src/HypothesisStackCollection.h branches/hieu-async/moses/src/InputType.cpp branches/hieu-async/moses/src/InputType.h branches/hieu-async/moses/src/LanguageModelInternal.cpp branches/hieu-async/moses/src/LanguageModelInternal.h branches/hieu-async/moses/src/LatticePathCollection.cpp branches/hieu-async/moses/src/NGramCollection.cpp branches/hieu-async/moses/src/NGramCollection.h branches/hieu-async/moses/src/NGramNode.cpp branches/hieu-async/moses/src/NGramNode.h branches/hieu-async/moses/src/PhraseList.cpp branches/hieu-async/moses/src/PhraseList.h branches/hieu-async/moses/src/PhraseReference.cpp branches/hieu-async/moses/src/PhraseReference.h branches/hieu-async/moses/src/PrefixPhraseCollection.cpp branches/hieu-async/moses/src/PrefixPhraseCollection.h branches/hieu-async/moses/src/SentenceStats.cpp branches/hieu-async/moses/src/SpanScore.cpp branches/hieu-async/moses/src/SpanScore.h branches/hieu-async/moses/src/WordsRange.cpp branches/hieu-async/scripts/training/phrase-extract/AlignmentPhrase.cpp branches/hieu-async/scripts/training/phrase-extract/AlignmentPhrase.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-14 22:44:47
|
Revision: 1310 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1310&view=rev Author: hieuhoang1972 Date: 2007-03-14 15:44:36 -0700 (Wed, 14 Mar 2007) Log Message: ----------- set svn properties Modified Paths: -------------- trunk/irstlm/src/gzfilebuf.h trunk/moses/src/InputType.cpp trunk/moses/src/InputType.h trunk/moses/src/LanguageModelInternal.cpp trunk/moses/src/LanguageModelInternal.h trunk/moses/src/LatticePathCollection.cpp trunk/moses/src/NGramCollection.cpp trunk/moses/src/NGramCollection.h trunk/moses/src/NGramNode.cpp trunk/moses/src/NGramNode.h trunk/moses/src/PhraseReference.cpp trunk/moses/src/SentenceStats.cpp Property Changed: ---------------- trunk/irstlm/src/gzfilebuf.h trunk/irstlm/src/util.cpp trunk/irstlm/src/util.h trunk/misc/processLexicalTable.cpp trunk/moses/src/File.cpp trunk/moses/src/InputType.cpp trunk/moses/src/InputType.h trunk/moses/src/LVoc.cpp trunk/moses/src/LVoc.h trunk/moses/src/LanguageModelInternal.cpp trunk/moses/src/LanguageModelInternal.h trunk/moses/src/LatticePathCollection.cpp trunk/moses/src/LexicalReorderingTable.cpp trunk/moses/src/LexicalReorderingTable.h trunk/moses/src/NGramCollection.cpp trunk/moses/src/NGramCollection.h trunk/moses/src/NGramNode.cpp trunk/moses/src/NGramNode.h trunk/moses/src/PhraseReference.cpp trunk/moses/src/PhraseReference.h trunk/moses/src/PrefixTreeMap.cpp trunk/moses/src/PrefixTreeMap.h trunk/moses/src/SentenceStats.cpp trunk/moses/src/WordsRange.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-14 22:38:29
|
Revision: 1309 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1309&view=rev Author: hieuhoang1972 Date: 2007-03-14 15:38:26 -0700 (Wed, 14 Mar 2007) Log Message: ----------- add svn id comments to start of file Modified Paths: -------------- branches/hieu-async/regression-testing/compare-results.pl branches/hieu-async/regression-testing/run-single-test.pl branches/hieu-async/regression-testing/run-test-suite.pl branches/hieu-async/scripts/analysis/nontranslated_words.pl branches/hieu-async/scripts/analysis/sentence-by-sentence.pl branches/hieu-async/scripts/analysis/show-phrases-used.pl branches/hieu-async/scripts/analysis/smtgui/filter-phrase-table.pl branches/hieu-async/scripts/analysis/smtgui/newsmtgui.cgi branches/hieu-async/scripts/check-dependencies.pl branches/hieu-async/scripts/check-dependenciesWIN32.pl branches/hieu-async/scripts/generic/extract-factors.pl branches/hieu-async/scripts/generic/lopar2pos.pl branches/hieu-async/scripts/generic/moses-parallel.pl branches/hieu-async/scripts/generic/multi-bleu.perl branches/hieu-async/scripts/generic/qsub-wrapper.pl branches/hieu-async/scripts/recaser/recase.perl branches/hieu-async/scripts/recaser/train-recaser.perl branches/hieu-async/scripts/tests/full-train-mert-decode.test branches/hieu-async/scripts/tests/train-factored-test-step9.test branches/hieu-async/scripts/training/absolutize_moses_model.pl branches/hieu-async/scripts/training/analyse_moses_model.pl branches/hieu-async/scripts/training/build-generation-table.perl branches/hieu-async/scripts/training/clean-corpus-n.perl branches/hieu-async/scripts/training/clone_moses_model.pl branches/hieu-async/scripts/training/cmert-0.5/bleu.py branches/hieu-async/scripts/training/cmert-0.5/dataset.py branches/hieu-async/scripts/training/cmert-0.5/log.py branches/hieu-async/scripts/training/cmert-0.5/run-cmert branches/hieu-async/scripts/training/cmert-0.5/score-nbest.py branches/hieu-async/scripts/training/combine_factors.pl branches/hieu-async/scripts/training/exodus.perl branches/hieu-async/scripts/training/filter-and-binarize-model-given-input.pl branches/hieu-async/scripts/training/filter-model-given-input.pl branches/hieu-async/scripts/training/mert-moses.pl branches/hieu-async/scripts/training/phrase-extract/extract.cpp branches/hieu-async/scripts/training/phrase-extract/score.cpp branches/hieu-async/scripts/training/phrase-extract/tables-core.cpp branches/hieu-async/scripts/training/phrase-extract/tables-core.h branches/hieu-async/scripts/training/postprocess-lopar.perl branches/hieu-async/scripts/training/reduce_combine.pl branches/hieu-async/scripts/training/symal/cmd.c branches/hieu-async/scripts/training/symal/cmd.h branches/hieu-async/scripts/training/symal/giza2bal.pl branches/hieu-async/scripts/training/symal/symal.cpp branches/hieu-async/scripts/training/train-factored-phrase-model.perl Property Changed: ---------------- branches/hieu-async/scripts/check-dependencies.pl branches/hieu-async/scripts/check-dependenciesWIN32.pl branches/hieu-async/scripts/recaser/recase.perl branches/hieu-async/scripts/recaser/train-recaser.perl branches/hieu-async/scripts/tests/full-train-mert-decode.test branches/hieu-async/scripts/training/exodus.perl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-14 22:31:46
|
Revision: 1308 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1308&view=rev Author: hieuhoang1972 Date: 2007-03-14 15:30:25 -0700 (Wed, 14 Mar 2007) Log Message: ----------- add svn id comments to start of file Modified Paths: -------------- trunk/scripts/check-dependencies.pl trunk/scripts/check-dependenciesWIN32.pl trunk/scripts/recaser/recase.perl trunk/scripts/recaser/train-recaser.perl trunk/scripts/training/exodus.perl Property Changed: ---------------- trunk/scripts/check-dependencies.pl trunk/scripts/check-dependenciesWIN32.pl trunk/scripts/recaser/recase.perl trunk/scripts/recaser/train-recaser.perl trunk/scripts/training/exodus.perl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-14 22:22:39
|
Revision: 1307 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1307&view=rev Author: hieuhoang1972 Date: 2007-03-14 15:22:36 -0700 (Wed, 14 Mar 2007) Log Message: ----------- add svn id comments to start of file Modified Paths: -------------- trunk/regression-testing/compare-results.pl trunk/regression-testing/run-single-test.pl trunk/regression-testing/run-test-suite.pl trunk/scripts/analysis/nontranslated_words.pl trunk/scripts/analysis/sentence-by-sentence.pl trunk/scripts/analysis/show-phrases-used.pl trunk/scripts/analysis/smtgui/filter-phrase-table.pl trunk/scripts/analysis/smtgui/newsmtgui.cgi trunk/scripts/check-dependencies.pl trunk/scripts/check-dependenciesWIN32.pl trunk/scripts/generic/extract-factors.pl trunk/scripts/generic/lopar2pos.pl trunk/scripts/generic/moses-parallel.pl trunk/scripts/generic/multi-bleu.perl trunk/scripts/generic/qsub-wrapper.pl trunk/scripts/recaser/recase.perl trunk/scripts/recaser/train-recaser.perl trunk/scripts/tests/full-train-mert-decode.test trunk/scripts/tests/train-factored-test-step9.test trunk/scripts/training/absolutize_moses_model.pl trunk/scripts/training/analyse_moses_model.pl trunk/scripts/training/build-generation-table.perl trunk/scripts/training/clean-corpus-n.perl trunk/scripts/training/clone_moses_model.pl trunk/scripts/training/cmert-0.5/bleu.py trunk/scripts/training/cmert-0.5/data.c trunk/scripts/training/cmert-0.5/data.h trunk/scripts/training/cmert-0.5/dataset.py trunk/scripts/training/cmert-0.5/log.py trunk/scripts/training/cmert-0.5/mert.c trunk/scripts/training/cmert-0.5/point.c trunk/scripts/training/cmert-0.5/point.h trunk/scripts/training/cmert-0.5/score-nbest.py trunk/scripts/training/cmert-0.5/score.c trunk/scripts/training/cmert-0.5/score.h trunk/scripts/training/combine_factors.pl trunk/scripts/training/exodus.perl trunk/scripts/training/filter-and-binarize-model-given-input.pl trunk/scripts/training/filter-model-given-input.pl trunk/scripts/training/mert-moses.pl trunk/scripts/training/phrase-extract/extract.cpp trunk/scripts/training/phrase-extract/score.cpp trunk/scripts/training/phrase-extract/tables-core.cpp trunk/scripts/training/phrase-extract/tables-core.h trunk/scripts/training/postprocess-lopar.perl trunk/scripts/training/reduce_combine.pl trunk/scripts/training/symal/cmd.c trunk/scripts/training/symal/cmd.h trunk/scripts/training/symal/giza2bal.pl trunk/scripts/training/symal/symal.cpp 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-03-14 20:08:04
|
Revision: 1306 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1306&view=rev Author: hieuhoang1972 Date: 2007-03-14 13:07:58 -0700 (Wed, 14 Mar 2007) Log Message: ----------- get rid of idx arg in GetScoreProducerDescription() 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/LanguageModel.h trunk/moses/src/LanguageModelMultiFactor.cpp trunk/moses/src/LanguageModelMultiFactor.h trunk/moses/src/LanguageModelSingleFactor.cpp trunk/moses/src/LanguageModelSingleFactor.h trunk/moses/src/LexicalReordering.h trunk/moses/src/PhraseDictionary.cpp trunk/moses/src/PhraseDictionary.h trunk/moses/src/PhraseDictionaryTree.cpp trunk/moses/src/PhraseDictionaryTree.h trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp trunk/moses/src/PhraseDictionaryTreeAdaptor.h trunk/moses/src/ScoreIndexManager.cpp trunk/moses/src/ScoreProducer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-14 19:47:54
|
Revision: 1305 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1305&view=rev Author: hieuhoang1972 Date: 2007-03-14 12:47:51 -0700 (Wed, 14 Mar 2007) Log Message: ----------- output empty line even if no best hypothesis found Modified Paths: -------------- trunk/moses-cmd/src/IOStream.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jor...@us...> - 2007-03-14 18:31:58
|
Revision: 1304 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1304&view=rev Author: jorcisai Date: 2007-03-14 11:31:53 -0700 (Wed, 14 Mar 2007) Log Message: ----------- startup ini file is backed up in order to preserve the pathnames to the original models, so that the final moses.ini file doesn't point to the filtered models Modified Paths: -------------- trunk/scripts/training/mert-moses.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-14 16:21:21
|
Revision: 1303 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1303&view=rev Author: hieuhoang1972 Date: 2007-03-14 09:21:16 -0700 (Wed, 14 Mar 2007) Log Message: ----------- end line encoding and svn properties Property Changed: ---------------- branches/hieu-async/scripts/training/combine_factors.pl branches/hieu-async/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. |