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/Incremental.h
parent0036d8bb4d08ee7f12c6ec2a25b5ce4fd7c35831 (diff)
merge RunPb and RunChart
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index 1f5eba86a..9e4d52396 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -102,6 +102,11 @@ private:
void OutputBestHypo(OutputCollector *collector, search::Applied applied, long translationId) const;
void OutputBestNone(OutputCollector *collector, long translationId) const;
+ void OutputUnknowns(OutputCollector *collector) const
+ {}
+ void CalcDecoderStatistics() const
+ {}
+
};
// Just get the phrase.