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 <fishandfrolick@gmail.com>2013-06-17 23:23:25 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-06-17 23:23:25 +0400
commitc70537dd877ae527e3aa40439682fb35a8e143bb (patch)
tree753929a3d5d3039d7c8cc2de6528bf60c1164194 /moses/TranslationOptionCollectionText.h
parent4ccb1c9dece4488a0bcb8cda331465a53f9ae296 (diff)
separate retrieving of translation options for sentences from confusion networks/lattices. Ready to optimise for sentences
Diffstat (limited to 'moses/TranslationOptionCollectionText.h')
-rw-r--r--moses/TranslationOptionCollectionText.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/moses/TranslationOptionCollectionText.h b/moses/TranslationOptionCollectionText.h
index 8185b0fab..4ce8fefe2 100644
--- a/moses/TranslationOptionCollectionText.h
+++ b/moses/TranslationOptionCollectionText.h
@@ -47,6 +47,11 @@ public:
protected:
std::vector<std::vector<InputLatticeNode> > m_collection;
+ void CreateTranslationOptionsForRange(const DecodeGraph &decodeStepList
+ , size_t startPosition
+ , size_t endPosition
+ , bool adhereTableLimit
+ , size_t graphInd);
};
}