-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swipe Typing Fails to Follow Fast Typing #131
Comments
Swipe typing in general seems pretty poor:
|
it doesnt support hinglish too (it should remeber the words that has been typed often and it should make it its context while swipe typeing) (just a suggestion) |
I've also noticed swipe seeming to favor acronyms, proper names, and obscure words. For example, I constantly get "Anna" when I try to swipe "and". But my programmer's instinct is that it's not actually favoring these weird words. The "best match" algorithm is probably giving zero weight to how common the possible matches are in the current language or document, and giving you the dictionary word that is strictly the best match for the input regardless of how strange of a word it is. |
this is why I usually blacklist some of the weird town names and such that
come in place of common words. After a few months you ge trid of the
annoying ones, haha
…On Thu, 4 Jul 2024 at 22:46, Kevin Krumwiede ***@***.***> wrote:
I've also noticed swipe seeming to favor acronyms, proper names, and
obscure words. For example, I constantly get "Anna" when I try to swipe
"and". But my programmer's instinct is that it's not actually favoring
these weird words. The "best match" algorithm is probably giving zero
weight to how common the possible matches are in the current language or
document, and giving you the dictionary word that is strictly the best
match for the input regardless of how strange of a word it is.
—
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJH3SP2BWIKFWFUYHLKD63ZKWRBDAVCNFSM6AAAAABKIF7C76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBZGUYDAMBTHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have been using swype typing for a decade, and know the qwerty layout by heart. On MS swift key I can dance through the letters of a word very fast, with a few tricks to emphasize the letters to the algo.
Those being
making arcs from letter to another instead of a straight line when letters line up
Making a tiny loop above wanted character
Short pause over wanted character.
Sadly I feel like making a pause is the only reliable way here, but it is the slowest option and at times I feel like tap typing might he just as fast especially with short words.
A good example of my issue is typing "our" fast - all 3 letters are on the same row, and without actually stopping over "u" I usually don't even get "our" in the suggestions unless it is very obvious by context.
So I hope that the algo could be trained to recognise these cues Better..?
The text was updated successfully, but these errors were encountered: