diff options
author | 2011-12-14 02:54:41 -0800 | |
---|---|---|
committer | 2011-12-14 02:54:41 -0800 | |
commit | c115aed98f9d1a3cc09b3c04e659bfe0f28d91d6 (patch) | |
tree | 1ecb1b28e79d7219897b0145574b44e80a416c6c /native/src/defines.h | |
parent | 6652e4589981a0f06692b49e86d1a6f0784a434f (diff) | |
parent | 1147c7bac9bf5367fe81576204a946f6f1248798 (diff) | |
download | latinime-c115aed98f9d1a3cc09b3c04e659bfe0f28d91d6.tar.gz latinime-c115aed98f9d1a3cc09b3c04e659bfe0f28d91d6.tar.xz latinime-c115aed98f9d1a3cc09b3c04e659bfe0f28d91d6.zip |
Merge "Unbundle members in unigram_dictionary"
Diffstat (limited to 'native/src/defines.h')
-rw-r--r-- | native/src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/defines.h b/native/src/defines.h index b59f62306..ea643bf07 100644 --- a/native/src/defines.h +++ b/native/src/defines.h @@ -198,7 +198,7 @@ static void dumpWord(const unsigned short* word, const int length) { #define NEUTRAL_SCORE_SQUARED_RADIUS 8.0f #define HALF_SCORE_SQUARED_RADIUS 32.0f -// This should be greater than or equal to MAX_WORD_LENGTH defined in BinaryDictionary.java +// This must be greater than or equal to MAX_WORD_LENGTH defined in BinaryDictionary.java // This is only used for the size of array. Not to be used in c functions. #define MAX_WORD_LENGTH_INTERNAL 48 |