-
Notifications
You must be signed in to change notification settings - Fork 5
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
User dictionary #47
Comments
This implies there will be multiple user dictionaries. Can you elaborate? I had imagined it would be one dictionary per device with multiple "candidate words" and "confirmed words". |
It's a typo, fixed. |
|
Wouldn't it be natural to have a separate user dictionary for each language/keyboard? You don't want to get suggestions for a Sámi language when typing a completely different language. Maybe the average user don't need this, but at least make sure the code is such that it won't be much work to enable it if we find out this is what people want. |
Good point. We'll make sure there is a unique dictionary per keyboard locale. |
What if each time the word is seen, a counter is incremented, and this can then be used to promote it as a suggestion in various contexts (both spelling error and word prediction (in the future)) |
That, right now, would go a bit beyond the scope of what we can reasonably do. Let's put that on the backlog to visit once we have the confined case working. Getting context at all is quite a big leap forward, so we can discuss the particular data collection in a separate issue. :D |
Things to clean up:
|
I have installed build 155 from this night, but the user dictionary feature is nowhere to be found. I have uninstalled the previous version, restarted the phone, and ensured that full access is given to the keyboards. Could it be that the CI configuration is the one with disabled user dictionary support? |
We’re still testing the CI configuration that enables it. The next couple
of builds may or may not have it - still trying to get the CI right :)
…On Fri, Apr 10, 2020 at 7:14 AM Sjur Moshagen ***@***.***> wrote:
I have installed build 155 from this night, but the user dictionary
feature is nowhere to be found. I have uninstalled the previous version,
restarted the phone, and ensured that full access is given to the
keyboards. Could it be that the CI configuration is the one with disabled
user dictionary support?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJLKMICZJJVBR6OLUAT53RL2TM7ANCNFSM4J5H4KKQ>
.
|
This task is done, enhancements and fixes should go in new issues. |
automatically maintained user dictionary:
The text was updated successfully, but these errors were encountered: