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
path: root/moses/LM
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2015-11-25 03:00:39 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-11-25 03:00:39 +0300
commit57a291421a5dd9d46a3bc006daa1555be7c6980d (patch)
treea46be9fcfa309f40a43a044c1c8b21bd2052ea36 /moses/LM
parentca038c5e4c7147b946fa29da27cc0e2e1cab1459 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/LM')
-rw-r--r--moses/LM/Ken.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/LM/Ken.cpp b/moses/LM/Ken.cpp
index 6914554a5..428640290 100644
--- a/moses/LM/Ken.cpp
+++ b/moses/LM/Ken.cpp
@@ -157,8 +157,7 @@ template <class Model> LanguageModelKen<Model>::LanguageModelKen(const std::stri
lm::ngram::Config config;
if(this->m_verbosity >= 1) {
config.messages = &std::cerr;
- }
- else {
+ } else {
config.messages = NULL;
}
FactorCollection &collection = FactorCollection::Instance();