futokb/java
Aleksandras Kostarevas a111164bb8 Improve algorithm in a few ways:
* If the first letter is capital, only capitalized first tokens will be sampled. If the whole text is capitalized, then only fully capital tokens will be sampled for the whole word
* If a word is an exact match, it gets boosted relative to others
* Probability threshold for autocorrect is now 18.0
* Add "clueless" threshold, if it's less than 1.3 then just show the user's typed word in the middle instead.
2024-01-30 20:30:44 +02:00
..
res Fix some lint warnings and errors, remove some unused classes 2024-01-17 18:18:53 +02:00
src/org/futo Improve algorithm in a few ways: 2024-01-30 20:30:44 +02:00
Android.bp Bump targetSdkVersion to "30" 2021-06-15 11:13:09 -07:00
AndroidManifest.xml Fix some lint warnings and errors, remove some unused classes 2024-01-17 18:18:53 +02:00
ic_launcher-playstore.png Update app icon 2023-09-04 17:54:36 +03:00
lint-baseline.xml Initial working build of fork 2023-07-06 21:57:49 +03:00
NOTICE
proguard.flags Initial working build of fork 2023-07-06 21:57:49 +03:00
shared.keystore