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 <hieuhoang@gmail.com>2016-03-23 18:18:20 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-03-23 18:18:20 +0300
commit4c07496eb2c5d21ca238abdcad11fad7b93657d4 (patch)
tree3bd65f557f6d3357e50a55b91cc5471b285b6637 /moses/TranslationModel
parentdccaa63b31258300c8503d25545b0a99e463fb17 (diff)
compile error with suffix array
Diffstat (limited to 'moses/TranslationModel')
-rw-r--r--moses/TranslationModel/UG/mm/ug_lexical_reordering.h2
-rw-r--r--moses/TranslationModel/UG/mm/ug_phrasepair.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/moses/TranslationModel/UG/mm/ug_lexical_reordering.h b/moses/TranslationModel/UG/mm/ug_lexical_reordering.h
index eb3d96589..cd7cd29b0 100644
--- a/moses/TranslationModel/UG/mm/ug_lexical_reordering.h
+++ b/moses/TranslationModel/UG/mm/ug_lexical_reordering.h
@@ -5,7 +5,7 @@
#include <vector>
#ifndef NO_MOSES
-#include "moses/FF/LexicalReordering/LexicalReorderingState.h"
+#include "moses/FF/LexicalReordering/LRState.h"
#endif
namespace sapt {
diff --git a/moses/TranslationModel/UG/mm/ug_phrasepair.h b/moses/TranslationModel/UG/mm/ug_phrasepair.h
index a11937cc5..7087c20af 100644
--- a/moses/TranslationModel/UG/mm/ug_phrasepair.h
+++ b/moses/TranslationModel/UG/mm/ug_phrasepair.h
@@ -4,7 +4,7 @@
#include "ug_typedefs.h"
#include "ug_bitext_pstats.h"
#ifndef NO_MOSES
-#include "moses/FF/LexicalReordering/LexicalReorderingState.h"
+#include "moses/FF/LexicalReordering/LRState.h"
#endif
#include "boost/format.hpp"
#include "tpt_tokenindex.h"