From: <eva...@us...> - 2008-10-23 12:57:42
|
Revision: 1916 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1916&view=rev Author: evahasler Date: 2008-10-23 11:57:59 +0000 (Thu, 23 Oct 2008) Log Message: ----------- create maxent table from reordering table: - make entries with and without f_context cache maxent reordering for all translation options: - cache with and without f_context - scoring not implemented yet Modified Paths: -------------- branches/eva_maxent/moses/src/MaxentReordering.cpp branches/eva_maxent/moses/src/MaxentReordering.h branches/eva_maxent/moses/src/StaticData.cpp branches/eva_maxent/moses/src/TranslationOptionCollection.cpp Added Paths: ----------- branches/eva_maxent/moses/src/MaxentReorderingTable.cpp branches/eva_maxent/moses/src/MaxentReorderingTable.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eva...@us...> - 2008-10-28 15:14:53
|
Revision: 1918 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1918&view=rev Author: evahasler Date: 2008-10-28 15:14:38 +0000 (Tue, 28 Oct 2008) Log Message: ----------- - use maxent scores from reordering table - integrate previous and/or following phrasal source context for maxent scoring - create cmd line switch "-maxent-reordering" Modified Paths: -------------- branches/eva_maxent/moses/src/Hypothesis.cpp branches/eva_maxent/moses/src/Hypothesis.h branches/eva_maxent/moses/src/LexicalReordering.cpp branches/eva_maxent/moses/src/MaxentReordering.cpp branches/eva_maxent/moses/src/MaxentReordering.h branches/eva_maxent/moses/src/MaxentReorderingTable.cpp branches/eva_maxent/moses/src/Parameter.cpp branches/eva_maxent/moses/src/StaticData.cpp branches/eva_maxent/moses/src/StaticData.h branches/eva_maxent/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eva...@us...> - 2008-10-29 10:36:41
|
Revision: 1921 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1921&view=rev Author: evahasler Date: 2008-10-29 10:36:30 +0000 (Wed, 29 Oct 2008) Log Message: ----------- minor changes, check-in IOWrapper.cpp Modified Paths: -------------- branches/eva_maxent/moses/src/MaxentReordering.cpp branches/eva_maxent/moses/src/MaxentReordering.h branches/eva_maxent/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eva...@us...> - 2008-10-30 18:08:27
|
Revision: 1923 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1923&view=rev Author: evahasler Date: 2008-10-30 18:08:22 +0000 (Thu, 30 Oct 2008) Log Message: ----------- - maxent back-off values for TranslationOptions that do not match any previously seen source context (maxent scores with fewer contextual predicates) - reordering tables must have additional entries with '###' context for back-off Modified Paths: -------------- branches/eva_maxent/moses/src/MaxentReordering.cpp branches/eva_maxent/moses/src/MaxentReorderingTable.cpp branches/eva_maxent/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eva...@us...> - 2008-10-31 10:12:26
|
Revision: 1926 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1926&view=rev Author: evahasler Date: 2008-10-31 10:12:13 +0000 (Fri, 31 Oct 2008) Log Message: ----------- fix leak Modified Paths: -------------- branches/eva_maxent/moses/src/MaxentReordering.cpp branches/eva_maxent/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eva...@us...> - 2008-11-02 19:04:44
|
Revision: 1928 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1928&view=rev Author: evahasler Date: 2008-11-02 19:04:29 +0000 (Sun, 02 Nov 2008) Log Message: ----------- - block recombination when two hypotheses have different source word range and at least one is following a gap in the source sentence - change maxent scoring: subtract optimistic score for left movements when actual score is available Modified Paths: -------------- branches/eva_maxent/moses/src/HypothesisStackNormal.cpp branches/eva_maxent/moses/src/MaxentReordering.cpp branches/eva_maxent/moses/src/ScoreComponentCollection.h branches/eva_maxent/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |