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 'lm/config.cc')
-rw-r--r--lm/config.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lm/config.cc b/lm/config.cc
index dbe762b32..f9d988cab 100644
--- a/lm/config.cc
+++ b/lm/config.cc
@@ -19,6 +19,7 @@ Config::Config() :
write_mmap(NULL),
write_method(WRITE_AFTER),
include_vocab(true),
+ rest_function(REST_MAX),
prob_bits(8),
backoff_bits(8),
pointer_bhiksha_bits(22),