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 <hieu@hoang.co.uk>2013-05-24 21:02:49 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-24 21:02:49 +0400
commita80d838b0fa6eda3e45d2403f06fb3fe5559953d (patch)
treee4eae6ecbb30171e5159b543bc74c5964fe552e3 /moses/ChartHypothesis.cpp
parent6c322ba05ec745cbe97500e2206518e05e92376d (diff)
move feature functions into moses/FF
Diffstat (limited to 'moses/ChartHypothesis.cpp')
-rw-r--r--moses/ChartHypothesis.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/ChartHypothesis.cpp b/moses/ChartHypothesis.cpp
index e7d02e497..75fc5d692 100644
--- a/moses/ChartHypothesis.cpp
+++ b/moses/ChartHypothesis.cpp
@@ -27,9 +27,9 @@
#include "TargetPhrase.h"
#include "Phrase.h"
#include "StaticData.h"
-#include "DummyScoreProducers.h"
#include "ChartTranslationOptions.h"
-#include "FFState.h"
+#include "moses/FF/DummyScoreProducers.h"
+#include "moses/FF/FFState.h"
using namespace std;