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_extractor.h')
-rw-r--r--phrase-extract/pcfg-extract/rule_extractor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/phrase-extract/pcfg-extract/rule_extractor.h b/phrase-extract/pcfg-extract/rule_extractor.h
index d32d76992..91014747c 100644
--- a/phrase-extract/pcfg-extract/rule_extractor.h
+++ b/phrase-extract/pcfg-extract/rule_extractor.h
@@ -23,7 +23,7 @@
#include "SyntaxTree.h"
-#include "pcfg-common/typedef.h"
+#include "syntax-common/vocabulary.h"
#include "rule_collection.h"
@@ -39,7 +39,7 @@ class RuleExtractor
{
public:
RuleExtractor(Vocabulary &);
- void Extract(const MosesTraining::SyntaxTree &, RuleCollection &) const;
+ void Extract(const SyntaxTree &, RuleCollection &) const;
private:
Vocabulary &non_term_vocab_;
};