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 <hieuhoang@gmail.com>2013-08-13 19:41:35 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-08-13 19:41:35 +0400
commitdcf170a047fd93412dac43416d5edc3264983049 (patch)
tree9a2a2ab9b67e1547cbb3a37637c8b31a7d40a2c5 /moses/FF/BleuScoreFeature.cpp
parent3775e37ee5d939352ed16813381c01931c27da52 (diff)
refactor bleu score feature function. Still segfaults when running mira
Diffstat (limited to 'moses/FF/BleuScoreFeature.cpp')
-rw-r--r--moses/FF/BleuScoreFeature.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/FF/BleuScoreFeature.cpp b/moses/FF/BleuScoreFeature.cpp
index 6bc422876..3ca62b6a6 100644
--- a/moses/FF/BleuScoreFeature.cpp
+++ b/moses/FF/BleuScoreFeature.cpp
@@ -95,6 +95,7 @@ BleuScoreFeature::BleuScoreFeature(const std::string &line)
m_tuneable = false;
ReadParameters();
+ std::cerr << "Finished initializing BleuScoreFeature." << std::endl;
}
void BleuScoreFeature::SetParameter(const std::string& key, const std::string& value)