FossifyOrg / Keyboard

Easy keyboard for inserting all kinds of texts, special characters and numbers.
https://www.fossify.org
GNU General Public License v3.0
222 stars 22 forks source link

Autocorrect / suggestion strip #58

Open siccovansas opened 1 month ago

siccovansas commented 1 month ago

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.

coderph0x commented 1 month ago

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.

naveensingh commented 1 month ago

If and when implemented, anything like autocorrect or a suggestion strip will always be optional.

Ajt8000 commented 1 month ago

I second this. Auto correct is really needed in the keyboard.

PanderMusubi commented 1 month ago

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.

tswistak commented 2 weeks ago

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:

PanderMusubi commented 2 weeks ago

If the dictionaries aren't that big for contemporary app size, just include them all in the app. Saves a lot of trouble.

PanderMusubi commented 2 weeks ago

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.