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/ChartTranslationOption.h
parentaf74ee1968e96360ee92fde098a02c79b94e0024 (diff)
implement Evaluate(inputpath, input) for chart translation options. Plumbing for lattice input
Diffstat (limited to 'moses/ChartTranslationOption.h')
-rw-r--r--moses/ChartTranslationOption.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/ChartTranslationOption.h b/moses/ChartTranslationOption.h
index e66655acd..46e59e84d 100644
--- a/moses/ChartTranslationOption.h
+++ b/moses/ChartTranslationOption.h
@@ -5,6 +5,8 @@
namespace Moses
{
class TargetPhrase;
+class InputPath;
+class InputType;
class ChartTranslationOption
{
@@ -23,6 +25,7 @@ public:
return m_scoreBreakdown;
}
+ void Evaluate(const InputPath &inputPath, const InputType &input);
};
}