diff options
author | 2010-07-26 11:43:29 -0700 | |
---|---|---|
committer | 2010-07-28 11:08:08 -0700 | |
commit | 80aa14fd432cf7d2c67f2fcfcc57c80f29f8eb64 (patch) | |
tree | 384655d5c7207325014888fd26da1bc7188db66e /java/src/com/android/inputmethod/latin/Dictionary.java | |
parent | 679b838b05a70ed965017635efdf536449aa230f (diff) | |
download | latinime-80aa14fd432cf7d2c67f2fcfcc57c80f29f8eb64.tar.gz latinime-80aa14fd432cf7d2c67f2fcfcc57c80f29f8eb64.tar.xz latinime-80aa14fd432cf7d2c67f2fcfcc57c80f29f8eb64.zip |
- separate dict (uses xml)
- retrieve bigrams that only starts with character typed and neighbor keys
- contacts bigram
- performance measure
bug: 2873133
Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Dictionary.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/Dictionary.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/Dictionary.java b/java/src/com/android/inputmethod/latin/Dictionary.java index a02edeee5..d04bf57a7 100644 --- a/java/src/com/android/inputmethod/latin/Dictionary.java +++ b/java/src/com/android/inputmethod/latin/Dictionary.java @@ -21,9 +21,6 @@ package com.android.inputmethod.latin; * strokes. */ abstract public class Dictionary { - - protected static final int MAX_WORD_LENGTH = 48; - /** * Whether or not to replicate the typed word in the suggested list, even if it's valid. */ |