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
path: root/moses
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2017-02-16 15:16:37 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-02-16 15:16:37 +0300
commitb0199c05322bbf1113c37b3bae38efcbd2f1bfaa (patch)
tree4cfe69d62226149b818fbf28ef2fa6d429c239ab /moses
parent2483c3595bb32ec616f7c3dcf8f6e4bb8a80fb84 (diff)
change include path in factory
Diffstat (limited to 'moses')
-rw-r--r--moses/FF/Factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/Factory.cpp b/moses/FF/Factory.cpp
index 9ae145504..5d37c4fed 100644
--- a/moses/FF/Factory.cpp
+++ b/moses/FF/Factory.cpp
@@ -14,7 +14,7 @@
#include "moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.h"
#include "moses/TranslationModel/RuleTable/PhraseDictionaryFuzzyMatch.h"
#include "moses/TranslationModel/RuleTable/PhraseDictionaryALSuffixArray.h"
-#include "moses/TranslationModel/ProbingPT/ProbingPT.h"
+#include "moses/TranslationModel/ProbingPT.h"
#include "moses/TranslationModel/PhraseDictionaryMemoryPerSentence.h"
#include "moses/TranslationModel/PhraseDictionaryMemoryPerSentenceOnDemand.h"