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:
authorRico Sennrich <rico.sennrich@gmx.ch>2014-09-16 19:36:45 +0400
committerRico Sennrich <rico.sennrich@gmx.ch>2014-09-22 13:49:20 +0400
commit6810b225ccd673c7684ab9b62e0daa0a7af054f3 (patch)
tree570de70e3e57af2bc13782c09e222599c7b26e5d /mert/PermutationScorer.h
parentf40bb2c53c2dcd832bde9e987c921171e2d1e581 (diff)
calculateScore with float (for smoothing support)
Diffstat (limited to 'mert/PermutationScorer.h')
-rw-r--r--mert/PermutationScorer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/PermutationScorer.h b/mert/PermutationScorer.h
index c3d0cc960..500ef0d8f 100644
--- a/mert/PermutationScorer.h
+++ b/mert/PermutationScorer.h
@@ -49,7 +49,7 @@ public:
protected:
- statscore_t calculateScore(const std::vector<int>& scores) const;
+ statscore_t calculateScore(const std::vector<ScoreStatsType>& scores) const;
PermutationScorer(const PermutationScorer&);
~PermutationScorer() {};
PermutationScorer& operator=(const PermutationScorer&);