-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Autocorrect / suggestion strip #58
Comments
I'd go for a suggestion of autocorrected words in the top bar. I absolutely hate it when unknown words get autocorrected into something absolutely unrelated as soon as I hit the spacebar. |
If and when implemented, anything like autocorrect or a suggestion strip will always be optional. |
I second this. Auto correct is really needed in the keyboard. |
Next to autosuggest, autocomplete and autocorrect based on a language specific dictionary, https://github.com/AnySoftKeyboard/AnySoftKeyboard also offers this for first and last names in your address book. Probably another feature request but easier to implement and start with as no language specific dictionary is needed. |
The challenge here would be how to implement dictionaries, since Fossify is offline by design. I've seen two approaches in FOSS keyboards that may be considered here:
|
If the dictionaries aren't that big for contemporary app size, just include them all in the app. Saves a lot of trouble. |
E.g. Dutch word list is relatively large because concatenations of noun don't have a space in between them. Uncompressed word list of ~420,000 words is about 5 MB and compressed 1.4 MB. |
Any updates on this? I am surprised this wasn't already available. |
Please don't make the app unnecessarily bloated (more powerful than needed). In my opinion, simplicity is the strongest argument in favor of this keyboard. I use Anisoft Keyboard. The main reason I want to switch to Fossify is that there are no word suggestions. |
Checklist
Feature description
It would be great to have optional autocorrect / suggestion strip in the Keyboard app.
Why do you want this feature?
Many popular keyboards have autocorrect / suggestion strip, so people are used to that. I order for people to switch to Fossify Keyboard, many people probably want to have autocorrect / suggestion strip.
The text was updated successfully, but these errors were encountered: