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-04-22 16:03:07 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-04-22 16:03:07 +0400
commit3bfcdd0077035b0a9a15f0495804d87338583fa2 (patch)
tree53fef3b389fa01083b203ce6af29e25c4f88300b /moses/Hypothesis.h
parentb1da4dbe0e03ae85664ac5821d16760a25c615d9 (diff)
minor changes for debuggablility
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index f08ee121e..37396fe52 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -266,8 +266,8 @@ public:
// Added by oliver.wilson@ed.ac.uk for async lm stuff.
void IncorporateTransOptScores();
- void EvaluateWith(StatefulFeatureFunction* sfff, int state_idx);
- void EvaluateWith(const StatelessFeatureFunction* slff);
+ void EvaluateWith(const StatefulFeatureFunction &sfff, int state_idx);
+ void EvaluateWith(const StatelessFeatureFunction &slff);
void CalculateFutureScore(const SquareMatrix& futureScore);
void CalculateFinalScore();