Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: third_party/android_prediction/README.chromium

Issue 1247903003: Add spellcheck and word suggestion to the prediction service (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: format README and CHROMIUM.diff Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/android_prediction/LICENSE ('k') | third_party/android_prediction/defines.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: android_prediction
2 URL: https://android.googlesource.com/platform/packages/inputmethods/LatinIME/
3 +/android-5.1.1_r8/native/jni/src/
4 Version: 5.1.1
5 Date: 2015/07/28
6 Revision: cc47075cd72d3649433c7a69ae5c88669a56646d
7 License: Apache 2.0
8 License File: NOT_SHIPPED
9 Security Critical: no
10
11 Description:
12 Android LatinIME jni native code used to do spellcheck, word suggestion and
13 word prediction.
14
15 Local Modifications:
16 Changed all JNI interface functions to not use JNI interface pointer and
17 JNI types. (CHROMIUM.diff)
18
19 Changed all includes to be
20 defines.h -> third_party/android_prediction/defines.h,
21 suggest/* -> third_party/android_prediction/suggest/*,
22 utils/* -> third_party/android_prediction/utils/*
23
24 Deleted
25 src/suggest/core/dictionary/property/word_property.cpp,
26 src/utils/jni_data_utils.cpp,
27 src/utils/jni_data_utils.h,
28 src/utils/log_utils.cpp,
29 src/utils/log_utils.h
OLDNEW
« no previous file with comments | « third_party/android_prediction/LICENSE ('k') | third_party/android_prediction/defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698