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:
Diffstat (limited to 'phrase-extract/pcfg-extract/rule_collection.h')
-rw-r--r--phrase-extract/pcfg-extract/rule_collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/pcfg-extract/rule_collection.h b/phrase-extract/pcfg-extract/rule_collection.h
index 3d9a9f98b..3bbc32721 100644
--- a/phrase-extract/pcfg-extract/rule_collection.h
+++ b/phrase-extract/pcfg-extract/rule_collection.h
@@ -25,7 +25,7 @@
#include <boost/unordered_map.hpp>
-#include "pcfg-common/pcfg.h"
+#include "syntax-common/pcfg.h"
namespace MosesTraining
{