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-23 21:12:08 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-23 21:12:08 +0400
commit02b6977395405622ac53b3e4f57ab56262d29074 (patch)
tree917742d060ab87dcc52733f2ed57c83a678056ab /moses/TranslationOptionCollection.h
parentca8007be12b40640934e7ba563467f06b4ae6f39 (diff)
add plumbing for evaluating features that need source sentence
Diffstat (limited to 'moses/TranslationOptionCollection.h')
-rw-r--r--moses/TranslationOptionCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollection.h b/moses/TranslationOptionCollection.h
index 9a5fb0ce2..36164f135 100644
--- a/moses/TranslationOptionCollection.h
+++ b/moses/TranslationOptionCollection.h
@@ -92,7 +92,7 @@ protected:
//! implemented by inherited class, called by this class
virtual void ProcessUnknownWord(size_t sourcePos)=0;
-
+ void EvaluateWithSource();
void CacheLexReordering();