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 23:12:43 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-04-22 23:12:43 +0400
commitbf057dc46be21abb383c4cbe9bfcda5a0cc278d1 (patch)
treef8c20435ec9cb81d5d7c0e4e8a59c3e0deca8099 /moses/Hypothesis.h
parent5655a6cf1bd50f8a33827f59652dd981b4f01fe3 (diff)
get rid of ResetScore() from Hypothesis and TargetPhrase class
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index 37396fe52..6d9b748bd 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -144,8 +144,6 @@ public:
return m_currTargetWordsRange.GetNumWordsCovered();
}
- void ResetScore();
-
void CalcScore(const SquareMatrix &futureScore);
float CalcExpectedScore( const SquareMatrix &futureScore );