From: <chr...@us...> - 2008-05-12 16:44:28
|
Revision: 1612 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1612&view=rev Author: chrisfedermann Date: 2008-05-12 09:44:05 -0700 (Mon, 12 May 2008) Log Message: ----------- Added HypothesisScoreOrderer and BitmapAccessor member to prepare cube pruning. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cha...@us...> - 2008-05-12 20:47:18
|
Revision: 1614 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1614&view=rev Author: chardmeier Date: 2008-05-12 13:46:38 -0700 (Mon, 12 May 2008) Log Message: ----------- Add and remove for bitmap coverage vector. Experimental version, crashes with malloc problems. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-13 19:30:20
|
Revision: 1623 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1623&view=rev Author: hieuhoang1972 Date: 2008-05-13 12:30:13 -0700 (Tue, 13 May 2008) Log Message: ----------- svn prop Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.h Property Changed: ---------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-13 19:44:54
|
Revision: 1624 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1624&view=rev Author: hieuhoang1972 Date: 2008-05-13 12:44:53 -0700 (Tue, 13 May 2008) Log Message: ----------- create back pointers Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-12 22:31:40
|
Revision: 1615 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1615&view=rev Author: chrisfedermann Date: 2008-05-12 15:31:38 -0700 (Mon, 12 May 2008) Log Message: ----------- Fixed problems with memory accesses inside HypothesisStack. The basic infrastructure for tomorrow should now be ready :) Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-13 16:01:25
|
Revision: 1618 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1618&view=rev Author: chrisfedermann Date: 2008-05-13 09:01:23 -0700 (Tue, 13 May 2008) Log Message: ----------- Added basic implementation of the bitmap container and the backwards edge class. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Makefile.am Added Paths: ----------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-13 16:34:41
|
Revision: 1619 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1619&view=rev Author: chrisfedermann Date: 2008-05-13 09:34:27 -0700 (Tue, 13 May 2008) Log Message: ----------- Cleaned up code and improved stuff a bit... Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-13 16:58:56
|
Revision: 1620 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1620&view=rev Author: chrisfedermann Date: 2008-05-13 09:58:53 -0700 (Tue, 13 May 2008) Log Message: ----------- Added static variable for invalid square positions. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-13 18:56:46
|
Revision: 1621 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1621&view=rev Author: chrisfedermann Date: 2008-05-13 11:49:48 -0700 (Tue, 13 May 2008) Log Message: ----------- Updated backwards edge declaration. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-13 20:03:00
|
Revision: 1625 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1625&view=rev Author: hieuhoang1972 Date: 2008-05-13 13:02:57 -0700 (Tue, 13 May 2008) Log Message: ----------- populate init stack Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/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...> - 2008-05-13 20:11:58
|
Revision: 1626 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1626&view=rev Author: hieuhoang1972 Date: 2008-05-13 13:10:36 -0700 (Tue, 13 May 2008) Log Message: ----------- change from * to & Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-13 20:39:10
|
Revision: 1627 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1627&view=rev Author: chrisfedermann Date: 2008-05-13 13:19:11 -0700 (Tue, 13 May 2008) Log Message: ----------- added translation options to the BackwardsEdge class. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-13 21:03:48
|
Revision: 1629 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1629&view=rev Author: hieuhoang1972 Date: 2008-05-13 14:03:35 -0700 (Tue, 13 May 2008) Log Message: ----------- pass trans opt list to cube pruning Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-13 21:27:43
|
Revision: 1631 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1631&view=rev Author: chrisfedermann Date: 2008-05-13 14:27:40 -0700 (Tue, 13 May 2008) Log Message: ----------- sanitized BitmapCollection interfaces. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-14 08:50:54
|
Revision: 1635 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1635&view=rev Author: chrisfedermann Date: 2008-05-14 01:49:15 -0700 (Wed, 14 May 2008) Log Message: ----------- BackwardsEdge now creates std::vectors of the k-best hypotheses (derived from the BitmapContainer it points to) and the k-best translation options (which it gets in a sorted set as a parameter). This should ensure that each BackwardsEdge has all data for cube pruning available after instantiation. IMPORTANT: I assume that the translation options are NON EMPTY. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-14 11:23:32
|
Revision: 1640 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1640&view=rev Author: hieuhoang1972 Date: 2008-05-14 04:20:44 -0700 (Wed, 14 May 2008) Log Message: ----------- sort trans opt list Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/PhraseDictionaryNode.cpp branches/mtm2_cube_pruning/moses/src/TargetPhraseCollection.cpp branches/mtm2_cube_pruning/moses/src/TargetPhraseCollection.h branches/mtm2_cube_pruning/moses/src/TranslationOptionCollection.cpp branches/mtm2_cube_pruning/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...> - 2008-05-14 12:28:24
|
Revision: 1647 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1647&view=rev Author: hieuhoang1972 Date: 2008-05-14 05:26:22 -0700 (Wed, 14 May 2008) Log Message: ----------- pass stack to bitmap container Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-14 12:39:11
|
Revision: 1648 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1648&view=rev Author: hieuhoang1972 Date: 2008-05-14 05:34:00 -0700 (Wed, 14 May 2008) Log Message: ----------- pass stack to bitmap container Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-14 12:43:47
|
Revision: 1649 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1649&view=rev Author: chrisfedermann Date: 2008-05-14 05:42:20 -0700 (Wed, 14 May 2008) Log Message: ----------- Added m_kbestCubePruning attribute to StaticData and added m_initialized to the BackwardsEdge class. Also updated accessor methods. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/StaticData.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-14 13:01:18
|
Revision: 1652 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1652&view=rev Author: chrisfedermann Date: 2008-05-14 05:59:26 -0700 (Wed, 14 May 2008) Log Message: ----------- lots of changes for KBestCubePruning :) Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/StaticData.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-14 13:44:25
|
Revision: 1654 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1654&view=rev Author: chrisfedermann Date: 2008-05-14 06:42:36 -0700 (Wed, 14 May 2008) Log Message: ----------- Added future score SquareMatrix to the BackwardsEdge class. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-14 14:24:56
|
Revision: 1658 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1658&view=rev Author: chrisfedermann Date: 2008-05-14 07:22:38 -0700 (Wed, 14 May 2008) Log Message: ----------- Added m_kbest attribute to the BitmapContainer class. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-14 14:39:00
|
Revision: 1660 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1660&view=rev Author: chrisfedermann Date: 2008-05-14 07:36:01 -0700 (Wed, 14 May 2008) Log Message: ----------- Added self initialization for the BackwardsEdge class. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-14 15:35:26
|
Revision: 1664 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1664&view=rev Author: chrisfedermann Date: 2008-05-14 08:33:42 -0700 (Wed, 14 May 2008) Log Message: ----------- We just keep a const reference to the translation options now :) Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xan...@us...> - 2008-05-14 17:12:32
|
Revision: 1672 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1672&view=rev Author: xandfraser Date: 2008-05-14 10:09:57 -0700 (Wed, 14 May 2008) Log Message: ----------- Support code for distortion front-loading (additional functionality, this should be safe even without turning distortion front-loading on). Also disabled setting useDistortionFutureCosts boolean parameter to true. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/DummyScoreProducers.h branches/mtm2_cube_pruning/moses/src/Hypothesis.cpp branches/mtm2_cube_pruning/moses/src/WordsRange.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |