diff options
author | 2014-09-12 22:26:09 +0900 | |
---|---|---|
committer | 2014-09-19 13:44:42 +0900 | |
commit | 6da9b21191dc7d6049d96945366ec7e605e716e6 (patch) | |
tree | ac8dcb925df7ead27b87faace0320f867cd0d6dd /native/jni/src/defines.h | |
parent | 63e483658fb993338db1259d44de8de848aae14b (diff) | |
download | latinime-6da9b21191dc7d6049d96945366ec7e605e716e6.tar.gz latinime-6da9b21191dc7d6049d96945366ec7e605e716e6.tar.xz latinime-6da9b21191dc7d6049d96945366ec7e605e716e6.zip |
[ML8] Add a language weight
...and rename an improperly named normalization value
Bug: 11230254
Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549
Diffstat (limited to 'native/jni/src/defines.h')
-rw-r--r-- | native/jni/src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 56d8bbb72..e55c9eb8a 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -301,7 +301,7 @@ static inline void prof_out(void) { #define NOT_A_DICT_POS (S_INT_MIN) #define NOT_A_WORD_ID (S_INT_MIN) #define NOT_A_TIMESTAMP (-1) -#define NOT_A_LANGUAGE_WEIGHT (-1.0f) +#define NOT_A_WEIGHT_OF_LANG_MODEL_VS_SPATIAL_MODEL (-1.0f) // A special value to mean the first word confidence makes no sense in this case, // e.g. this is not a multi-word suggestion. |