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 <fishandfrolick@gmail.com>2012-11-27 19:08:31 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-11-27 19:08:31 +0400
commit59449f292508310d8576b9f4c9a602a8679221b6 (patch)
treed6465c8c853c4f1912e2b8acd552306a8ff137bf /moses/ConfusionNet.cpp
parenta4cbaa51af140955796ed7ffd0b358c386c8d103 (diff)
make TranslationModel subdirectory and move files from moses/ into it
Diffstat (limited to 'moses/ConfusionNet.cpp')
-rw-r--r--moses/ConfusionNet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ConfusionNet.cpp b/moses/ConfusionNet.cpp
index 8ff119497..c8d3dd3bf 100644
--- a/moses/ConfusionNet.cpp
+++ b/moses/ConfusionNet.cpp
@@ -5,7 +5,7 @@
#include "FactorCollection.h"
#include "Util.h"
-#include "PhraseDictionaryTreeAdaptor.h"
+#include "moses/TranslationModel/PhraseDictionaryTreeAdaptor.h"
#include "TranslationOptionCollectionConfusionNet.h"
#include "StaticData.h"
#include "Sentence.h"