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-02-24 15:35:00 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-02-24 15:35:00 +0300
commit59986d8c8159abe783d7ffb16507cd2c63531732 (patch)
treea34a348702b3c72cc983c7913f311ba01371ee1d /moses/TypeDef.h
parentf317a2cebdc7f7810d0fb0669b5bc129ded62c34 (diff)
change default mac-chart-span 10->20. /Arefeh Kazemi
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index a619639bc..93a328ba3 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -66,7 +66,7 @@ const size_t DEFAULT_MAX_PART_TRANS_OPT_SIZE = 10000;
//#else
const size_t DEFAULT_MAX_PHRASE_LENGTH = 20;
//#endif
-const size_t DEFAULT_MAX_CHART_SPAN = 10;
+const size_t DEFAULT_MAX_CHART_SPAN = 20;
const size_t ARRAY_SIZE_INCR = 10; //amount by which a phrase gets resized when necessary
const float LOWEST_SCORE = -100.0f;
const float DEFAULT_BEAM_WIDTH = 0.00001f;