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:
Diffstat (limited to 'phrase-extract/PhraseExtractionOptions.h')
-rw-r--r--phrase-extract/PhraseExtractionOptions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/phrase-extract/PhraseExtractionOptions.h b/phrase-extract/PhraseExtractionOptions.h
index 574b9afc1..8aae418ab 100644
--- a/phrase-extract/PhraseExtractionOptions.h
+++ b/phrase-extract/PhraseExtractionOptions.h
@@ -68,9 +68,9 @@ public:
includeSentenceIdFlag(false),
onlyOutputSpanInfo(false),
gzOutput(false),
- flexScoreFlag(false),
- debug(false)
-{}
+ flexScoreFlag(false),
+ debug(false)
+ {}
//functions for initialization of options
void initAllModelsOutputFlag(const bool initallModelsOutputFlag) {