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:
authorEva Hasler <ehasler@saxnot.inf.ed.ac.uk>2012-09-12 23:02:57 +0400
committerEva Hasler <ehasler@saxnot.inf.ed.ac.uk>2012-09-12 23:02:57 +0400
commit21938e4d940fe233af4facf33a7391fe627048ae (patch)
tree518139bd967292a5fb5e4407129528fda914db38 /phrase-extract/PhraseExtractionOptions.h
parent8a2309b75bd33bd0e2d516106f0e1e3198a9071e (diff)
initialize correct variable (includeSentenceIdFlag)
Diffstat (limited to 'phrase-extract/PhraseExtractionOptions.h')
-rw-r--r--phrase-extract/PhraseExtractionOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/PhraseExtractionOptions.h b/phrase-extract/PhraseExtractionOptions.h
index 400b587ed..eeec39750 100644
--- a/phrase-extract/PhraseExtractionOptions.h
+++ b/phrase-extract/PhraseExtractionOptions.h
@@ -97,7 +97,7 @@ public:
sentenceIdFlag=initsentenceIdFlag;
}
void initIncludeSentenceIdFlag(const bool initincludeSentenceIdFlag){
- sentenceIdFlag=initincludeSentenceIdFlag;
+ includeSentenceIdFlag=initincludeSentenceIdFlag;
}
void initOnlyOutputSpanInfo(const bool initonlyOutputSpanInfo){
onlyOutputSpanInfo= initonlyOutputSpanInfo;