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-09-27 12:35:24 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-09-27 12:35:24 +0400
commit31ce9b510e9a06e998ddddfbe92f0192cf7656b8 (patch)
tree3bfd084ffb9eb72abe1a560cee0be3b5dc0ace7b /moses/FF/InputFeature.h
parent13e1adf0002c00b84ff9735d5afddb7e0b73530e (diff)
beautify
Diffstat (limited to 'moses/FF/InputFeature.h')
-rw-r--r--moses/FF/InputFeature.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/moses/FF/InputFeature.h b/moses/FF/InputFeature.h
index abfbd602a..612fdcdc0 100644
--- a/moses/FF/InputFeature.h
+++ b/moses/FF/InputFeature.h
@@ -33,20 +33,20 @@ public:
}
void Evaluate(const Phrase &source
- , const TargetPhrase &targetPhrase
- , ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection &estimatedFutureScore) const
+ , const TargetPhrase &targetPhrase
+ , ScoreComponentCollection &scoreBreakdown
+ , ScoreComponentCollection &estimatedFutureScore) const
{}
void Evaluate(const InputType &input
- , const InputPath &inputPath
- , const TargetPhrase &targetPhrase
- , ScoreComponentCollection &scoreBreakdown) const;
+ , const InputPath &inputPath
+ , const TargetPhrase &targetPhrase
+ , ScoreComponentCollection &scoreBreakdown) const;
void Evaluate(const Hypothesis& hypo,
- ScoreComponentCollection* accumulator) const
+ ScoreComponentCollection* accumulator) const
{}
void EvaluateChart(const ChartHypothesis &hypo,
- ScoreComponentCollection* accumulator) const
+ ScoreComponentCollection* accumulator) const
{}