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 <fishandfrolick@gmail.com>2013-06-11 19:08:59 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-06-11 19:08:59 +0400
commit13299ab2a810d3cd870db2557e16242bcfd3d38b (patch)
tree6826718b905cda7cd59c4511fb562e2d38f51564 /moses/ChartHypothesis.h
parentf01ee737b08fb524fb346111c6db574f333f9fc0 (diff)
delete pre-calculated scoring in ChartHypothesis. Should be subsumed by new scoring framework. Rename CalcScore() to Evaluate()
Diffstat (limited to 'moses/ChartHypothesis.h')
-rw-r--r--moses/ChartHypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartHypothesis.h b/moses/ChartHypothesis.h
index 61c2faae1..7ddfd001c 100644
--- a/moses/ChartHypothesis.h
+++ b/moses/ChartHypothesis.h
@@ -130,7 +130,7 @@ public:
int RecombineCompare(const ChartHypothesis &compare) const;
- void CalcScore();
+ void Evaluate();
void AddArc(ChartHypothesis *loserHypo);
void CleanupArcList();