diff options
author | 2013-10-03 13:21:22 -0700 | |
---|---|---|
committer | 2013-10-03 13:21:22 -0700 | |
commit | 3e313e3db7f70aa9333c2af5efd0cbc3e39d1324 (patch) | |
tree | ab38034986c2f80a79a9742c44c29462296f55a4 /java/src/com/android/inputmethod/latin/personalization/UserHistoryPredictionDictionary.java | |
parent | bfdc5d646278f7038df1ef71241042735ebd7781 (diff) | |
parent | fef9e1cdb374354957e8be774a4e9099a05f2335 (diff) | |
download | latinime-3e313e3db7f70aa9333c2af5efd0cbc3e39d1324.tar.gz latinime-3e313e3db7f70aa9333c2af5efd0cbc3e39d1324.tar.xz latinime-3e313e3db7f70aa9333c2af5efd0cbc3e39d1324.zip |
am fef9e1cd: am 0ae51a5e: am e3e10317: Merge "Create empty dictionary file in native code."
* commit 'fef9e1cdb374354957e8be774a4e9099a05f2335':
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.java | 2 |
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, |