maiacore android keyboard app or something
 
 
 
 
Go to file
Keisuke Kuroynagi 1ff81e8890 Use bloom filter in multi bigram map.
Evaluated with previous word "this".
without bloom filter (use only hash_map):
Total 147792.34 (sum of others 147771.57)
with bloom filter:
Total 145900.64 (sum of others 145874.30)
always read binary dictionary:
Total 148603.14 (sum of others 148579.90)

Bug: 8592527
Change-Id: I821dc39454543826adb73b9eeeef6408fad8ae28
2013-06-14 20:35:41 +09:00
dictionaries Update dictionaries 2013-06-03 16:41:12 +09:00
java Merge "Fix a bug with long user dict entries" 2013-06-14 08:59:51 +00:00
native Use bloom filter in multi bigram map. 2013-06-14 20:35:41 +09:00
tests Move Base64Reader to utils package 2013-06-05 19:39:36 +09:00
tools Fix two nasty bugs with surrogate pairs. 2013-04-01 17:06:19 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00