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>2014-08-08 18:42:23 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-08 18:42:23 +0400
commit319bb3ccfaba715da7e985ae5bcbd86d8b68326e (patch)
tree5146441fe1b19fc7eaf3402eb126191c3547ee24 /moses/TranslationOptionCollection.h
parentd75c4e1ae5891705b45701e496737ef024c36270 (diff)
method rename
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 89f27495f..6efec2a8a 100644
--- a/moses/TranslationOptionCollection.h
+++ b/moses/TranslationOptionCollection.h
@@ -96,7 +96,7 @@ protected:
//! implemented by inherited class, called by this class
virtual void ProcessUnknownWord(size_t sourcePos)=0;
- void EvaluateWithSource();
+ void EvaluateWithSourceContext();
void CacheLexReordering();