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>2013-05-08 14:28:31 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-08 14:28:31 +0400
commita1b2f66d91a3bb2122674f727e257ed256d9f729 (patch)
tree3444c8d7670ead653bec883eeac5efeb7692fc62 /moses/PartialTranslOptColl.h
parent8a371f65474ca8c242bbee833579a77a306ec153 (diff)
each new target phrase in factored decomposition holds scores from previous steps.
Diffstat (limited to 'moses/PartialTranslOptColl.h')
-rw-r--r--moses/PartialTranslOptColl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/PartialTranslOptColl.h b/moses/PartialTranslOptColl.h
index bbe4d05a1..8184bdfd5 100644
--- a/moses/PartialTranslOptColl.h
+++ b/moses/PartialTranslOptColl.h
@@ -43,6 +43,8 @@ namespace Moses
*/
class PartialTranslOptColl
{
+ friend std::ostream& operator<<(std::ostream& out, const PartialTranslOptColl& possibleTranslation);
+
protected:
std::vector<TranslationOption*> m_list;
float m_bestScore; /**< score of the best translation option */