Use same language weight for all dictionaries.
Bug: 8187060
Change-Id: Ib9d8a8aed2c141137c1bb3c748a89fb8216293e7
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index 3651cd5..6c54305 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -309,6 +309,7 @@
#define NOT_A_PROBABILITY (-1)
#define NOT_A_DICT_POS (S_INT_MIN)
#define NOT_A_TIMESTAMP (-1)
+#define NOT_A_LANGUAGE_WEIGHT (-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.