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/FF/PhrasePairFeature.h
parent4dfb625536e3b7deed1896d26c84c8f041288ba9 (diff)
delete PhraseBasedFeatureContext
Diffstat (limited to 'moses/FF/PhrasePairFeature.h')
-rw-r--r--moses/FF/PhrasePairFeature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/PhrasePairFeature.h b/moses/FF/PhrasePairFeature.h
index 6738992ee..6eb91ac12 100644
--- a/moses/FF/PhrasePairFeature.h
+++ b/moses/FF/PhrasePairFeature.h
@@ -37,7 +37,7 @@ public:
bool IsUseable(const FactorMask &mask) const;
- void Evaluate(const PhraseBasedFeatureContext& context,
+ void Evaluate(const Hypothesis& hypo,
ScoreComponentCollection* accumulator) const;
void EvaluateChart(const ChartBasedFeatureContext& context,