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/BitmapContainer.cpp
parent6c322ba05ec745cbe97500e2206518e05e92376d (diff)
move feature functions into moses/FF
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 456bf33a9..8cc077a42 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 "DummyScoreProducers.h"
+#include "moses/FF/DummyScoreProducers.h"
#include "TranslationOptionList.h"
namespace Moses