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>2013-09-22 17:09:49 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-22 17:09:49 +0400
commit574d716f23587803d7b67c6346ab2ba494059a35 (patch)
treed8b8368e796f03734680d183a2a7fb28a489ccf3 /moses/ChartTranslationOption.h
parentffbfcb5577efbff5825519739464128811e9d490 (diff)
placeholder for chart decoding
Diffstat (limited to 'moses/ChartTranslationOption.h')
-rw-r--r--moses/ChartTranslationOption.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/ChartTranslationOption.h b/moses/ChartTranslationOption.h
index 271ff7256..859b4f79b 100644
--- a/moses/ChartTranslationOption.h
+++ b/moses/ChartTranslationOption.h
@@ -10,6 +10,8 @@ class InputType;
class ChartTranslationOption
{
+ friend std::ostream& operator<<(std::ostream&, const ChartTranslationOption&);
+
protected:
const TargetPhrase &m_targetPhrase;
ScoreComponentCollection m_scoreBreakdown;