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:
authorHieu Hoang <hieuhoang@gmail.com>2015-03-17 13:25:34 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-03-17 13:25:34 +0300
commit25feb7e47b0cf213d7b01b494170559d27f5adca (patch)
treee5b48a6c9ca3c8bb9e8f4df040bdd7bcf2c036cb /moses/FF/RuleScope.h
parente1a5c1e1403ecf4f761540873f0328a51fd4c0db (diff)
option to change the estimated score only, not actuall score
Diffstat (limited to 'moses/FF/RuleScope.h')
-rw-r--r--moses/FF/RuleScope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/FF/RuleScope.h b/moses/FF/RuleScope.h
index 8bf7b7670..75148d0de 100644
--- a/moses/FF/RuleScope.h
+++ b/moses/FF/RuleScope.h
@@ -45,6 +45,7 @@ public:
protected:
bool m_sourceSyntax;
+ bool m_futureCostOnly;
};
}