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-08-23 17:25:25 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-23 17:25:25 +0400
commit1d653c87aaa6f7c13d184bad7f1648c4b534ac3c (patch)
tree6ee5a2039f217b86afafc09dea2cdb842e5548fd /moses/ScoreComponentCollectionTest.cpp
parent4dfb625536e3b7deed1896d26c84c8f041288ba9 (diff)
delete PhraseBasedFeatureContext
Diffstat (limited to 'moses/ScoreComponentCollectionTest.cpp')
-rw-r--r--moses/ScoreComponentCollectionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollectionTest.cpp b/moses/ScoreComponentCollectionTest.cpp
index 4b5f20ae2..9182c9b0b 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -34,7 +34,7 @@ class MockStatelessFeatureFunction : public StatelessFeatureFunction
public:
MockStatelessFeatureFunction(const string& desc, size_t n, const string &line) :
StatelessFeatureFunction(desc,n, line) {}
- virtual void Evaluate(const PhraseBasedFeatureContext&, ScoreComponentCollection*) const {}
+ virtual void Evaluate(const Hypothesis&, ScoreComponentCollection*) const {}
virtual void EvaluateChart(const ChartBasedFeatureContext&, ScoreComponentCollection*) const {}
virtual void Evaluate(const TargetPhrase &targetPhrase
, ScoreComponentCollection &scoreBreakdown