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-07-11 19:19:38 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-11 19:19:38 +0400
commit7ec09ca24fcdcce1c42335c1e645731da491b1de (patch)
treeda284fcbe66558b43a9d7c010c9f10adbb8e1ca5 /moses/TranslationOptionCollection.h
parenta3a652bf6246ef26ae6f9a9ef1f696e19b7250bd (diff)
call legacy code for confusion network input with binary pt
Diffstat (limited to 'moses/TranslationOptionCollection.h')
-rw-r--r--moses/TranslationOptionCollection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/TranslationOptionCollection.h b/moses/TranslationOptionCollection.h
index d869e636b..3c7b6a9c1 100644
--- a/moses/TranslationOptionCollection.h
+++ b/moses/TranslationOptionCollection.h
@@ -109,6 +109,8 @@ protected:
, size_t graphInd
, InputPath &inputPath);
+ void AddInputScore(const InputPath &inputPath, PartialTranslOptColl &oldPtoc);
+
public:
virtual ~TranslationOptionCollection();