futokb/native/jni
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
..
src Add decomposeTapPosition fallback for nonintersecting cases 2024-01-22 08:21:27 +02:00
tests Fix broken liblatinime_unittests 2021-02-16 17:49:08 +00:00
Android.bp Add ggml, sentencepiece and dependencies 2023-09-28 19:41:05 +03:00
Android.mk Disable debug flag 2023-11-21 20:33:21 +02:00
Application.mk Initial working build of fork 2023-07-06 21:57:49 +03:00
CleanupNativeFileList.mk Initial working build of fork 2023-07-06 21:57:49 +03:00
HostUnitTests.mk Initial working build of fork 2023-07-06 21:57:49 +03:00
jni_common.cpp Add whisper.cpp 2023-11-25 09:13:50 +02:00
jni_common.h
NativeFileList.mk Add whisper.cpp 2023-11-25 09:13:50 +02:00
org_futo_inputmethod_keyboard_ProximityInfo.cpp Initial working build of fork 2023-07-06 21:57:49 +03:00
org_futo_inputmethod_keyboard_ProximityInfo.h Initial working build of fork 2023-07-06 21:57:49 +03:00
org_futo_inputmethod_latin_BinaryDictionary.cpp Initial working build of fork 2023-07-06 21:57:49 +03:00
org_futo_inputmethod_latin_BinaryDictionary.h Initial working build of fork 2023-07-06 21:57:49 +03:00
org_futo_inputmethod_latin_BinaryDictionaryUtils.cpp Initial working build of fork 2023-07-06 21:57:49 +03:00
org_futo_inputmethod_latin_BinaryDictionaryUtils.h Initial working build of fork 2023-07-06 21:57:49 +03:00
org_futo_inputmethod_latin_DicTraverseSession.cpp Initial working build of fork 2023-07-06 21:57:49 +03:00
org_futo_inputmethod_latin_DicTraverseSession.h Initial working build of fork 2023-07-06 21:57:49 +03:00
org_futo_inputmethod_latin_xlm_AdapterTrainer.cpp Add whisper.cpp 2023-11-25 09:13:50 +02:00
org_futo_inputmethod_latin_xlm_AdapterTrainer.h Initial fine-tuning 2023-11-07 16:48:48 +02:00
org_futo_inputmethod_latin_xlm_LanguageModel.cpp Improve algorithm in a few ways: 2024-01-30 20:30:44 +02:00
org_futo_inputmethod_latin_xlm_LanguageModel.h Add LanguageModel class 2023-09-28 19:42:29 +03:00
org_futo_voiceinput_WhisperGGML.cpp Type out whisper.cpp result 2023-12-05 18:06:12 +00:00
org_futo_voiceinput_WhisperGGML.h Add whisper.cpp 2023-11-25 09:13:50 +02:00
run-tests.sh
TargetUnitTests.mk Initial working build of fork 2023-07-06 21:57:49 +03:00