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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-06-08 11:39:37 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-06-08 11:39:37 +0400
commit4d75c889f1e2fe3dd063525bdbbe516a9d71f579 (patch)
tree6189406cc715a87399b2772efb9321d75b5425cc /moses/InputPath.h
parentc47d956e4c394653bb03bf539a5b42a1f600e40c (diff)
parent76859cf37ba317b21135d8e5face90b9505bf45f (diff)
merged master into dynamic-models
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index aef14e7b1..0d9579730 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -102,6 +102,8 @@ public:
return m_inputScore;
}
+ size_t GetTotalRuleSize() const;
+
std::vector<const Word*> &AddRuleSourceFromInputPath() const {
m_ruleSourceFromInputPath.push_back(std::vector<const Word*>());
return m_ruleSourceFromInputPath.back();