mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
a111164bb8
* 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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Android.bp | ||
Android.mk | ||
Application.mk | ||
CleanupNativeFileList.mk | ||
HostUnitTests.mk | ||
jni_common.cpp | ||
jni_common.h | ||
NativeFileList.mk | ||
org_futo_inputmethod_keyboard_ProximityInfo.cpp | ||
org_futo_inputmethod_keyboard_ProximityInfo.h | ||
org_futo_inputmethod_latin_BinaryDictionary.cpp | ||
org_futo_inputmethod_latin_BinaryDictionary.h | ||
org_futo_inputmethod_latin_BinaryDictionaryUtils.cpp | ||
org_futo_inputmethod_latin_BinaryDictionaryUtils.h | ||
org_futo_inputmethod_latin_DicTraverseSession.cpp | ||
org_futo_inputmethod_latin_DicTraverseSession.h | ||
org_futo_inputmethod_latin_xlm_AdapterTrainer.cpp | ||
org_futo_inputmethod_latin_xlm_AdapterTrainer.h | ||
org_futo_inputmethod_latin_xlm_LanguageModel.cpp | ||
org_futo_inputmethod_latin_xlm_LanguageModel.h | ||
org_futo_voiceinput_WhisperGGML.cpp | ||
org_futo_voiceinput_WhisperGGML.h | ||
run-tests.sh | ||
TargetUnitTests.mk |