A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Jean Chalard 88fa53b840 Filter out of spellchecking words that don't look like words
Note that this affects only the results of the spell checker if
actually passed such a word. For example, the spell checker will
not flag "http://oju" as a typo, because it looks like a URL.
But in the current implementation, TextView passes "http" and
"oju" separately, so "oju" is still flagged as a typo.

Bug: 5281875
Change-Id: I9d721fd3af34edc51b11908cf2e8fe994b164242
2011-09-14 17:46:06 +09:00
dictionaries auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
java Filter out of spellchecking words that don't look like words 2011-09-14 17:46:06 +09:00
native Fix a bug for calculating the edit distance 2011-08-26 19:30:56 +09:00
tests Rename PopupCharactersParser to MoreKeySpecParser 2011-08-31 18:34:35 +09:00
tools Remove the old dictionary maker 2011-08-15 14:24:37 +09:00
Android.mk Don't let the native code target be included twice when unbundling. 2010-03-09 15:01:09 -08:00
CleanSpec.mk Activate the implementation for the new dictionary format. 2011-07-14 06:55:20 +09:00