Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <fishandfrolick@gmail.com>2013-05-25 02:57:06 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-05-25 02:57:06 +0400
commit40ae4e95228aaf8de5b072836b2b81f42445511b (patch)
tree877946bfacaa4c7be457e70ce062e596af8541d2 /moses/BitmapContainer.cpp
parent1a8dc8293c8669fe44d9a658380efa602c1c1629 (diff)
split classes in DummyScoreProducers into separate files
Diffstat (limited to 'moses/BitmapContainer.cpp')
-rw-r--r--moses/BitmapContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/BitmapContainer.cpp b/moses/BitmapContainer.cpp
index 8cc077a42..7e8d470ee 100644
--- a/moses/BitmapContainer.cpp
+++ b/moses/BitmapContainer.cpp
@@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "BitmapContainer.h"
#include "HypothesisStackCubePruning.h"
-#include "moses/FF/DummyScoreProducers.h"
+#include "moses/FF/DistortionScoreProducer.h"
#include "TranslationOptionList.h"
namespace Moses