diff options
author | 2012-11-16 19:49:39 +0900 | |
---|---|---|
committer | 2012-11-16 19:49:39 +0900 | |
commit | 0b8258227075de27a1cc20a82a78e83ea2c018dd (patch) | |
tree | 379445a941e8227668c4b43ffe8e5962985c23b2 /java/src/com/android/inputmethod/latin/Dictionary.java | |
parent | 8b977c1ef83888725b30a4476abecbc6f11f90ab (diff) | |
parent | b5b434d8678d6c45c4832011340634b63734f45b (diff) | |
download | latinime-0b8258227075de27a1cc20a82a78e83ea2c018dd.tar.gz latinime-0b8258227075de27a1cc20a82a78e83ea2c018dd.tar.xz latinime-0b8258227075de27a1cc20a82a78e83ea2c018dd.zip |
Merge remote-tracking branch 'goog/master' into mergescriptpackage
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Dictionary.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/Dictionary.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/src/com/android/inputmethod/latin/Dictionary.java b/java/src/com/android/inputmethod/latin/Dictionary.java index 8207bc47f..a218509f3 100644 --- a/java/src/com/android/inputmethod/latin/Dictionary.java +++ b/java/src/com/android/inputmethod/latin/Dictionary.java @@ -26,11 +26,6 @@ import java.util.ArrayList; * strokes. */ public abstract class Dictionary { - /** - * The weight to give to a word if it's length is the same as the number of typed characters. - */ - protected static final int FULL_WORD_SCORE_MULTIPLIER = 2; - public static final int NOT_A_PROBABILITY = -1; public static final String TYPE_USER_TYPED = "user_typed"; |