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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2016-04-15 18:39:57 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2016-04-15 18:39:57 +0300
commit31c8946c8c86fcc566256eb996195ba7e72501c1 (patch)
tree1a585d325b36ef49bb2af4627e97ecb2e907465a /moses/TranslationModel
parent672a8178d0b6b883f0fcc9ef75acb76e79daaf76 (diff)
parent271aaa67daee1deeebacb25093abd9641066805f (diff)
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
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"