LatinIME/native/src
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
..
basechars.h Don't let the native code target be included twice when unbundling. 2010-03-09 15:01:09 -08:00
char_utils.cpp Get rid of code taken from bionic to avoid license issue. 2010-04-23 01:24:09 +09:00
char_utils.h A part of efforts of unbundling LatinIME: Get rid of ICU dependency in the native code. 2010-04-21 22:43:17 +09:00
dictionary.cpp added bigram prediction 2010-07-13 11:33:39 -07:00
dictionary.h added bigram prediction 2010-07-13 11:33:39 -07:00