diff options
author | 2013-10-18 04:07:14 -0700 | |
---|---|---|
committer | 2013-10-18 04:07:14 -0700 | |
commit | 5f2d8ac386fc93635c269b6140904f8ce765991d (patch) | |
tree | e62096d25cd6e85301ac6f5ec492adbf406d4206 /java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java | |
parent | d0e4082e049d70dfc953df01909dfacf78918872 (diff) | |
parent | 8e9af925b1b29b64471795a2c1188b5af9c21746 (diff) | |
download | latinime-5f2d8ac386fc93635c269b6140904f8ce765991d.tar.gz latinime-5f2d8ac386fc93635c269b6140904f8ce765991d.tar.xz latinime-5f2d8ac386fc93635c269b6140904f8ce765991d.zip |
am 8e9af925: Merge "Fix: Suggested words from user history are invalid."
* commit '8e9af925b1b29b64471795a2c1188b5af9c21746':
Fix: Suggested words from user history are invalid.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java b/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java index a1e36006b..1de15a333 100644 --- a/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java +++ b/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java @@ -114,15 +114,6 @@ public abstract class DecayingExpandableBinaryDictionaryBase extends ExpandableB } /** - * Return whether the passed charsequence is in the dictionary. - */ - @Override - public boolean isValidWord(final String word) { - // Words included only in the user history should be treated as not in dictionary words. - return false; - } - - /** * Pair will be added to the decaying dictionary. * * The first word may be null. That means we don't know the context, in other words, |