From: <re...@us...> - 2007-09-27 23:23:00
|
Revision: 1466 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1466&view=rev Author: redpony Date: 2007-09-27 16:22:58 -0700 (Thu, 27 Sep 2007) Log Message: ----------- is this the last of the word lattice distortion errors? maybe. i hope so. the nbest list is at least in the right order now. Modified Paths: -------------- trunk/moses/src/Manager.cpp trunk/moses/src/StaticData.h trunk/moses/src/WordsBitmap.h trunk/regression-testing/tests/lattice-distortion/truth/results.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2007-09-28 16:43:35
|
Revision: 1468 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1468&view=rev Author: redpony Date: 2007-09-28 09:43:33 -0700 (Fri, 28 Sep 2007) Log Message: ----------- Implemented -r (-recover-input-path) to recover the actual path through the CN/word lattice that was used in the best translation. Also cleaned up handling of source Phrases in the context of a particular hypothesis, which may improve performance translating with lexicalized reordering models. Removed PhraseReference since the concept was broken for CN/lattice inputs. Modified Paths: -------------- trunk/moses/src/Hypothesis.h trunk/moses/src/Makefile.am trunk/moses/src/Manager.cpp trunk/moses/src/Parameter.cpp trunk/moses/src/SentenceStats.cpp trunk/moses/src/SentenceStats.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses-cmd/src/IOStream.cpp trunk/regression-testing/tests/lattice-distortion/moses.ini trunk/regression-testing/tests/lattice-distortion/truth/results.txt Removed Paths: ------------- trunk/moses/src/PhraseReference.cpp trunk/moses/src/PhraseReference.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2007-11-09 23:56:59
|
Revision: 1507 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1507&view=rev Author: redpony Date: 2007-11-09 15:56:57 -0800 (Fri, 09 Nov 2007) Log Message: ----------- add support for multiple xml options for the same span, start refactoring to add support for overlapping xml options. Modified Paths: -------------- trunk/moses/src/Sentence.cpp trunk/moses/src/Sentence.h trunk/regression-testing/run-test-suite.pl Added Paths: ----------- trunk/moses/src/XmlOption.cpp trunk/moses/src/XmlOption.h trunk/regression-testing/tests/xml-markup/ trunk/regression-testing/tests/xml-markup/moses.ini trunk/regression-testing/tests/xml-markup/phrase-table trunk/regression-testing/tests/xml-markup/phrase-table.binphr.idx trunk/regression-testing/tests/xml-markup/phrase-table.binphr.srctree trunk/regression-testing/tests/xml-markup/phrase-table.binphr.srcvoc trunk/regression-testing/tests/xml-markup/phrase-table.binphr.tgtdata trunk/regression-testing/tests/xml-markup/phrase-table.binphr.tgtvoc trunk/regression-testing/tests/xml-markup/to-translate.txt trunk/regression-testing/tests/xml-markup/truth/ trunk/regression-testing/tests/xml-markup/truth/results.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2007-11-10 04:40:21
|
Revision: 1508 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1508&view=rev Author: redpony Date: 2007-11-09 20:40:18 -0800 (Fri, 09 Nov 2007) Log Message: ----------- add support for unary XML options. refer to regression-testing/tests/xml-markup/to-translate.txt for examples. Modified Paths: -------------- trunk/moses/src/Makefile.am trunk/moses/src/Sentence.cpp trunk/moses/src/XmlOption.cpp trunk/moses/src/XmlOption.h trunk/regression-testing/tests/xml-markup/to-translate.txt trunk/regression-testing/tests/xml-markup/truth/results.txt Added Paths: ----------- trunk/regression-testing/tests/xml-markup/filter-nbest.pl trunk/regression-testing/tests/xml-markup/filter-stderr.pl trunk/regression-testing/tests/xml-markup/filter-stdout.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-11-10 09:32:16
|
Revision: 1509 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1509&view=rev Author: hieuhoang1972 Date: 2007-11-10 01:32:07 -0800 (Sat, 10 Nov 2007) Log Message: ----------- win32 compile Modified Paths: -------------- trunk/moses/moses.vcproj trunk/sigtest-filter/filter-pt.cpp trunk/sigtest-filter/sigtest-filter.vcproj Added Paths: ----------- trunk/sigtest-filter/WIN32_functions.cpp trunk/sigtest-filter/WIN32_functions.h Removed Paths: ------------- trunk/sigtest-filter/XGetopt.cpp trunk/sigtest-filter/XGetopt.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2007-11-10 23:19:48
|
Revision: 1510 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1510&view=rev Author: redpony Date: 2007-11-10 15:19:41 -0800 (Sat, 10 Nov 2007) Log Message: ----------- add functionalty to support adding direct translation (ie, passthrouh) even when there are other translation options available for the span. Modified Paths: -------------- trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TranslationOption.cpp trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollectionConfusionNet.cpp trunk/regression-testing/run-test-suite.pl trunk/regression-testing/tests/lattice-distortion/truth/results.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2008-02-19 22:03:13
|
Revision: 1563 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1563&view=rev Author: redpony Date: 2008-02-19 14:03:05 -0800 (Tue, 19 Feb 2008) Log Message: ----------- fix bug in word lattice decoding that prevented some viable hypotheses from being considered. also fix XML-markup test failures. Modified Paths: -------------- trunk/moses/src/Manager.cpp trunk/moses/src/WordLattice.cpp trunk/regression-testing/tests/lattice-distortion/truth/results.txt trunk/regression-testing/tests/xml-markup/truth/results.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-03-04 10:39:39
|
Revision: 1582 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1582&view=rev Author: hieuhoang1972 Date: 2008-03-04 02:39:34 -0800 (Tue, 04 Mar 2008) Log Message: ----------- moses for the web Added Paths: ----------- trunk/web/ trunk/web/README.txt trunk/web/moses.php trunk/web/tokenizer/ trunk/web/tokenizer/.cdtbuild trunk/web/tokenizer/.cdtproject trunk/web/tokenizer/.project trunk/web/tokenizer/src/ trunk/web/tokenizer/src/Tokenizer.cpp trunk/web/tokenizer/src/Tokenizer.h trunk/web/tokenizer/tokenizer.vcproj trunk/web/web/ trunk/web/web/moses-cgi/ trunk/web/web/moses-cgi/.cdtbuild trunk/web/web/moses-cgi/.cdtproject trunk/web/web/moses-cgi/.project trunk/web/web/moses-cgi/moses-cgi.vcproj trunk/web/web/moses-cgi/src/ trunk/web/web/moses-cgi/src/IOStream.cpp trunk/web/web/moses-cgi/src/IOStream.h trunk/web/web/moses-cgi/src/Main.cpp trunk/web/web/moses-cgi/src/Main.h trunk/web/web/moses-cgi/src/Makefile.am trunk/web/web/moses-cgi/src/TranslationAnalysis.cpp trunk/web/web/moses-cgi/src/TranslationAnalysis.h trunk/web/web/moses-cgi.sln trunk/web/web/moses.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nic...@us...> - 2008-04-02 17:08:57
|
Revision: 1591 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1591&view=rev Author: nicolabertoldi Date: 2008-04-02 10:08:54 -0700 (Wed, 02 Apr 2008) Log Message: ----------- added stuff for time-out policy. If translation takes too much time, it will be interrupted and the actual partial translation is output. By default, time-out is not set. Modified Paths: -------------- trunk/configure.in trunk/moses/src/Manager.cpp trunk/moses/src/Manager.h trunk/moses/src/Parameter.cpp trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/Timer.h trunk/moses/src/Util.cpp trunk/moses/src/Util.h 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-04-18 09:04:41
|
Revision: 1596 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1596&view=rev Author: hieuhoang1972 Date: 2008-04-18 02:04:38 -0700 (Fri, 18 Apr 2008) Log Message: ----------- prevent -inf in lex re-ordering. Code contributed by Christian Hardmeier Modified Paths: -------------- trunk/moses/src/LexicalReorderingTable.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...> - 2008-05-04 12:53:05
|
Revision: 1603 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1603&view=rev Author: hieuhoang1972 Date: 2008-05-04 05:52:52 -0700 (Sun, 04 May 2008) Log Message: ----------- Modified Paths: -------------- trunk/moses/src/TrellisPath.cpp trunk/moses/src/TrellisPath.h trunk/moses-cmd/src/IOStream.cpp trunk/scripts/training/phrase-extract/score.vcproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nic...@us...> - 2008-05-14 07:57:49
|
Revision: 1632 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1632&view=rev Author: nicolabertoldi Date: 2008-05-14 00:57:45 -0700 (Wed, 14 May 2008) Log Message: ----------- I am starting the improvement of Minimum Error Training scritps Added Paths: ----------- trunk/mert/ trunk/mert/FeatureArray.cpp trunk/mert/FeatureArray.h trunk/mert/FeatureData.cpp trunk/mert/FeatureData.h trunk/mert/FeatureStats.cpp trunk/mert/FeatureStats.h trunk/mert/Timer.cpp trunk/mert/Timer.h trunk/mert/Util.cpp trunk/mert/Util.h trunk/mert/feature_extractor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hsc...@us...> - 2008-05-16 14:54:23
|
Revision: 1743 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1743&view=rev Author: hschwenk Date: 2008-05-16 07:53:53 -0700 (Fri, 16 May 2008) Log Message: ----------- directory structure for reranking tools Added Paths: ----------- trunk/reranking/ trunk/reranking/scripts/ trunk/reranking/src/ trunk/reranking/src/test.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hsc...@us...> - 2008-05-16 21:12:59
|
Revision: 1773 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1773&view=rev Author: hschwenk Date: 2008-05-16 14:12:55 -0700 (Fri, 16 May 2008) Log Message: ----------- alpha version of reranking tools (with correct directory structure) Added Paths: ----------- trunk/reranking/ trunk/reranking/data/ trunk/reranking/data/README trunk/reranking/data/nbest.small trunk/reranking/data/weights trunk/reranking/scripts/ trunk/reranking/src/ trunk/reranking/src/Hypo.cpp trunk/reranking/src/Hypo.h trunk/reranking/src/Main.cpp trunk/reranking/src/Makefile trunk/reranking/src/NBest.cpp trunk/reranking/src/NBest.h trunk/reranking/src/ParameterNBest.cpp trunk/reranking/src/ParameterNBest.h trunk/reranking/src/Tools.cpp trunk/reranking/src/Tools.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-02 21:23:35
|
Revision: 1810 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1810&view=rev Author: hieuhoang1972 Date: 2008-06-02 14:23:33 -0700 (Mon, 02 Jun 2008) Log Message: ----------- eclipse project Modified Paths: -------------- trunk/misc/.project trunk/moses/.project trunk/moses/.settings/org.eclipse.cdt.core.prefs trunk/moses-cmd/.project trunk/moses-cmd/.settings/org.eclipse.cdt.core.prefs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2008-06-17 17:35:02
|
Revision: 1853 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1853&view=rev Author: redpony Date: 2008-06-17 10:32:19 -0700 (Tue, 17 Jun 2008) Log Message: ----------- fix some nasty edge cases in lattice decoding that arise when decoding lattices with complex topologies. also fix lattice regression tests. work done jointly with j schroeder. Modified Paths: -------------- trunk/moses/src/InputType.h trunk/moses/src/SearchNormal.cpp trunk/moses/src/WordLattice.cpp trunk/regression-testing/run-test-suite.pl trunk/regression-testing/tests/lattice-distortion/to-translate.txt trunk/regression-testing/tests/lattice-distortion/truth/results.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2008-06-24 19:27:37
|
Revision: 1860 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1860&view=rev Author: bhaddow Date: 2008-06-24 12:27:18 -0700 (Tue, 24 Jun 2008) Log Message: ----------- Implementation of Cer et al mert regularisation. Use with argument such as --scconfig regtype:min,regwin:3 in extractor and mert. Only tested on toy example so far. Modified Paths: -------------- trunk/mert/BleuScorer.cpp trunk/mert/BleuScorer.h trunk/mert/Data.cpp trunk/mert/Makefile trunk/mert/PerScorer.h trunk/mert/ScoreData.cpp trunk/mert/Scorer.cpp trunk/mert/Scorer.h trunk/mert/ScorerFactory.h trunk/mert/example/README trunk/mert/extractor.cpp trunk/mert/mert.cpp 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. |