maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard 1ff8dc47be Fill up a map of bigram addresses for lookup.
We don't want to do a linear search on each terminal when there
may be 100+ bigrams for a given word because that would be
disastrous for performance. Also, we need to resolve each bigram
address anyway.
This change resolves the addresses at first and puts them in a
balanced tree so that lookup will be O(log(n)).

Bug: 6313806
Change-Id: Ibf088035870b9acb41e948f0ab7af4726f2cee24
2012-05-02 17:50:44 +09:00
dictionaries Add a note of documentation to the sample word list 2011-12-14 15:25:31 +09:00
java Import translations. DO NOT MERGE 2012-05-01 14:12:13 -07:00
native Fill up a map of bigram addresses for lookup. 2012-05-02 17:50:44 +09:00
tests Fix "no language" subtype name (DO NOT MERGE) 2012-04-26 11:50:28 +09:00
tools Ignore bigrams that are not also listed as unigrams 2012-04-26 15:20:30 +09:00
Android.mk Reorganize LatinIME native build directory structure. Now it got NDK friendly. 2011-12-13 21:16:20 +09:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00