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 <hieu@hoang.co.uk>2014-04-30 23:20:07 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-04-30 23:20:07 +0400
commit26abab8e5c58d6e30e31fc47cf7fc971af1b692c (patch)
treefed0a033a61214fa5a996a0619376204ba120439 /moses/InputPath.h
parent55064961f7157e62c50b4771edf478aeae61825c (diff)
debugging info
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 0e138b491..eed8fd495 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -101,6 +101,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();