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-08-13 15:12:58 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-13 15:12:58 +0400
commitf6761003285ef52c4c21ddc9a2650f42ea867212 (patch)
tree1155cf39b1c6ba472cde75674a6cf18bcc615e88 /moses/ChartTranslationOptionList.h
parentaf74ee1968e96360ee92fde098a02c79b94e0024 (diff)
implement Evaluate(inputpath, input) for chart translation options. Plumbing for lattice input
Diffstat (limited to 'moses/ChartTranslationOptionList.h')
-rw-r--r--moses/ChartTranslationOptionList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/ChartTranslationOptionList.h b/moses/ChartTranslationOptionList.h
index bec13e644..5f51f8d2e 100644
--- a/moses/ChartTranslationOptionList.h
+++ b/moses/ChartTranslationOptionList.h
@@ -60,6 +60,7 @@ public:
void Clear();
void ApplyThreshold();
+ void Evaluate(const InputPath &inputPath, const InputType &input);
private:
typedef std::vector<ChartTranslationOptions*> CollType;