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/ChartManager.cpp
parent1a8dc8293c8669fe44d9a658380efa602c1c1629 (diff)
split classes in DummyScoreProducers into separate files
Diffstat (limited to 'moses/ChartManager.cpp')
-rw-r--r--moses/ChartManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/ChartManager.cpp b/moses/ChartManager.cpp
index c54e60adb..336569520 100644
--- a/moses/ChartManager.cpp
+++ b/moses/ChartManager.cpp
@@ -32,6 +32,7 @@
#include "DecodeStep.h"
#include "TreeInput.h"
#include "moses/FF/DummyScoreProducers.h"
+#include "moses/FF/WordPenaltyProducer.h"
using namespace std;
using namespace Moses;