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 'irstlm/src/dictionary.h')
-rw-r--r--irstlm/src/dictionary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irstlm/src/dictionary.h b/irstlm/src/dictionary.h
index 2e15f22bb..be625e810 100644
--- a/irstlm/src/dictionary.h
+++ b/irstlm/src/dictionary.h
@@ -24,7 +24,7 @@
#include <cstring>
#include <iostream>
-#define MAX_WORD 100
+#define MAX_WORD 1000
#define LOAD_FACTOR 5
#ifndef GROWTH_STEP