futokb/java
Jae Yong Sung 937d5ad013 added bigram prediction
- after first character, only suggests bigram data (but doesn't autocomplete)
  - after second character, words from dictionary gets rearranged by using bigram
  - compatible with old dictionary
  - added preference option to disable bigram

Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411
2010-07-13 11:33:39 -07:00
..
res added bigram prediction 2010-07-13 11:33:39 -07:00
src/com/android/inputmethod added bigram prediction 2010-07-13 11:33:39 -07:00
Android.mk Don't let the native code target be included twice when unbundling. 2010-03-09 15:01:09 -08:00
AndroidManifest.xml Remove the shared uid for LatinIME 2010-03-16 14:01:52 -07:00
MODULE_LICENSE_APACHE2 Clarify licensing 2010-04-05 09:47:36 -07:00
NOTICE Clarify licensing 2010-04-05 09:47:36 -07:00
proguard.flags Tests and some new constructors to help in testing. 2010-05-07 13:40:20 -07:00