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. |