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 <hieuhoang@gmail.com>2015-01-04 13:02:44 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-04 14:00:15 +0300
commitcec03c949ecaefbb34038df18e4d477317ee8a40 (patch)
tree7719c5b7064209942e3e980fdf9979170d36940c /moses/ChartManager.h
parent0036d8bb4d08ee7f12c6ec2a25b5ce4fd7c35831 (diff)
merge RunPb and RunChart
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index 8f32a36dd..7c493d840 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -126,12 +126,8 @@ public:
return m_hypoStackColl;
}
- /***
- * to be called after processing a sentence (which may consist of more than just calling ProcessSentence() )
- * currently an empty function
- */
- void CalcDecoderStatistics() const {
- }
+ void CalcDecoderStatistics() const
+ {}
void ResetSentenceStats(const InputType& source) {
m_sentenceStats = std::auto_ptr<SentenceStats>(new SentenceStats(source));