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:
authorAles Tamchyna <tamchyna@ufal.mff.cuni.cz>2013-12-03 20:29:50 +0400
committerAles Tamchyna <tamchyna@ufal.mff.cuni.cz>2013-12-03 20:29:50 +0400
commit81ad92cc3f4653bc6ff19b63faae19e52606faec (patch)
tree16ca60544c1ef5e6875b964c14781fecb6c4ea26
parentfea32c7182f9db6d63554aa88be90b46522f6bc7 (diff)
minor
-rw-r--r--moses/FF/BleuScoreFeature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/BleuScoreFeature.cpp b/moses/FF/BleuScoreFeature.cpp
index 7eabbca1e..9fb8603cd 100644
--- a/moses/FF/BleuScoreFeature.cpp
+++ b/moses/FF/BleuScoreFeature.cpp
@@ -97,7 +97,7 @@ BleuScoreFeature::BleuScoreFeature(const std::string &line)
std::cerr << "Initializing BleuScoreFeature." << std::endl;
s_staticColl.push_back(this);
- m_tuneable = true;
+ m_tuneable = false;
ReadParameters();
std::cerr << "Finished initializing BleuScoreFeature." << std::endl;