From ecc894b33b5cf9c69574209be14add5292ed226a Mon Sep 17 00:00:00 2001 From: mfederico Date: Wed, 4 Oct 2006 08:54:23 +0000 Subject: irstlm: increased MAX_WORD to 500 chars in dictionary.h and added checks to see if words exceed this limit. git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@845 1f5c12ca-751b-0410-a591-d2e778427230 --- irstlm/src/dictionary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irstlm/src/dictionary.h') 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 #include -#define MAX_WORD 100 +#define MAX_WORD 1000 #define LOAD_FACTOR 5 #ifndef GROWTH_STEP -- cgit v1.2.3