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/ExtractedRule.h')
-rw-r--r--phrase-extract/ExtractedRule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/ExtractedRule.h b/phrase-extract/ExtractedRule.h
index 2eeed1d30..adbde43e8 100644
--- a/phrase-extract/ExtractedRule.h
+++ b/phrase-extract/ExtractedRule.h
@@ -70,7 +70,7 @@ public:
, startS(sS)
, endS(eS)
, count(0)
- , pcfgScore(0.0)
+ , pcfgScore(0.0)
, l2rOrientation(PhraseOrientation::REO_CLASS_UNKNOWN)
, r2lOrientation(PhraseOrientation::REO_CLASS_UNKNOWN)
{ }