Index: third_party/prediction/README.chromium |
diff --git a/third_party/prediction/README.chromium b/third_party/prediction/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..77c030a659a46ef66a87767ecf7b2925b5a81d9c |
--- /dev/null |
+++ b/third_party/prediction/README.chromium |
@@ -0,0 +1,22 @@ |
+Name: prediction |
viettrungluu
2015/08/04 16:53:21
"prediction" is kind of an unfortunately vague nam
riajiang
2015/08/04 22:16:41
Changed it to "android_prediction"
|
+URL: https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/android-5.1.1_r8/native/jni/src/ |
+Version: 5.1.1 |
+Date: 2015/07/28 |
+Revision: cc47075 |
viettrungluu
2015/08/04 16:53:21
Maybe include the full hash (cc47075cd72d3649433c7
riajiang
2015/08/04 22:16:41
Done.
|
+License: Apache 2.0 |
+License File: NOT_SHIPPED |
+Security Critical: no |
+ |
+Description: |
+Android LatinIME jni native code used to do spellcheck, word suggestion and |
+word prediction. |
+ |
+Local Modifications: |
viettrungluu
2015/08/04 16:53:21
How extensive are these local modifications? Maybe
riajiang
2015/08/04 22:16:41
Added CHROMIUM.diff and changed back to Android fo
|
+Changed all JNI interface functions to not use JNI interface pointer and |
+JNI types. |
+ |
+Deleted src/suggest/core/dictionary/property/word_property.cpp, |
+ src/utils/jni_data_utils.cpp, |
+ src/utils/jni_data_utils.h, |
+ src/utils/log_utils.cpp, |
+ src/utils/log_utils.h |