Prototype: auto-correct & word suggestions for the LP3 keyboard #84
Closed
CryptoRodeo
started this conversation in
Keyboard
Replies: 4 comments 5 replies
|
This is so cooool!!! Can I ask what you're using as the prediction engine?
BUT I haven't personally been around for any conversations around prediction, thought I know it's a highly requested feature. I imagine the problem is just real vertical real estate on the LP3. Gonna tag @JoeHollier |
2 replies
2 replies
|
I found this great keyboard for the LP3 that I've been using recently: https://github.com/KEZO555/Type Great work @KEZO555! I'll close this out now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey! I always wondered how auto-correct and suggestions would work on the LP3 keyboard and after the light-keyboard repo went live I created a small prototype:
lp3-auto-correct-and-suggestions.mp4
The keyboard suggests words as you type, showing the top 3 guesses in a bar above the keys with the most likely one in bold, so you can tap to pick one or just keep typing.
It fixes obvious typos inline by using key positions to figure out what you meant, and you can always hit backspace to undo, though it never changes words it already recognizes as real.
It also auto-completes, predicts your next word between words and learns names or slang you use a lot, all locally on the phone.
The prototype isn't really the point though, I'm curious what the Light team thinks of something like this UX-wise, and whether there's anything already in the works (that you can share) 🙂
All reactions