aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2013-09-26 05:57:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-26 05:57:48 -0700
commit0ae51a5e621dc027cc5beb66f85aa15d415d211a (patch)
treee1db8b68349082cca33a7541e9e1cc9fdd916fe2 /java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java
parent11cccb569f2d40caee07e7f1c8c9f95bfdeb9d42 (diff)
parente3e10317b0e5c02ea95eea0100ab696e9c928f36 (diff)
downloadlatinime-0ae51a5e621dc027cc5beb66f85aa15d415d211a.tar.gz
latinime-0ae51a5e621dc027cc5beb66f85aa15d415d211a.tar.xz
latinime-0ae51a5e621dc027cc5beb66f85aa15d415d211a.zip
am e3e10317: Merge "Create empty dictionary file in native code."
* commit 'e3e10317b0e5c02ea95eea0100ab696e9c928f36': Create empty dictionary file in native code.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java b/java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java
index b140c919b..38e308a4e 100644
--- a/java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java
+++ b/java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java
@@ -26,7 +26,7 @@ import android.content.SharedPreferences;
* Locally gathers stats about the words user types and various other signals like auto-correction
* cancellation or manual picks. This allows the keyboard to adapt to the typist over time.
*/
-public class UserHistoryPredictionDictionary extends DynamicPredictionDictionaryBase {
+public class UserHistoryPredictionDictionary extends DecayingExpandableBinaryDictionaryBase {
/* package for tests */ static final String NAME =
UserHistoryPredictionDictionary.class.getSimpleName();
/* package */ UserHistoryPredictionDictionary(final Context context, final String locale,