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/pcfg_extract.cc')
-rw-r--r--phrase-extract/pcfg-extract/pcfg_extract.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/phrase-extract/pcfg-extract/pcfg_extract.cc b/phrase-extract/pcfg-extract/pcfg_extract.cc
index 87419edb7..45eb9ff3d 100644
--- a/phrase-extract/pcfg-extract/pcfg_extract.cc
+++ b/phrase-extract/pcfg-extract/pcfg_extract.cc
@@ -32,13 +32,12 @@
#include <boost/program_options.hpp>
#include "syntax-common/exception.h"
+#include "syntax-common/pcfg.h"
+#include "syntax-common/vocabulary.h"
#include "syntax-common/xml_tree_parser.h"
#include "SyntaxTree.h"
-#include "pcfg-common/pcfg.h"
-#include "pcfg-common/typedef.h"
-
#include "options.h"
#include "rule_collection.h"
#include "rule_extractor.h"