Skip to content
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

Filtering predictions #13

Open
lopezjuanma96 opened this issue Aug 2, 2022 · 0 comments
Open

Filtering predictions #13

lopezjuanma96 opened this issue Aug 2, 2022 · 0 comments
Assignees
Labels
priority New feature or request
Milestone

Comments

@lopezjuanma96
Copy link

Similar to what other predictive keyboards do, if the user starts typing letters after getting a prediction, we can start filtering the predictions we have based on what the user is typing, so, if we got the predictions ["estomago", "casa", "pierna", "pieza"] and the user started typing "p", the first two would be filtered out (this includes not only the predictions that are shown, but also the ones that are listed for shuffling). Conected with #10, we should see if it's too complex to recover the filtered predictions when the user backspaces until it backspaces an empty space (that would have run the predicitons in the first place), when the whole list of predictions would be scrapped.

@lopezjuanma96 lopezjuanma96 added the priority New feature or request label Aug 24, 2022
@hectoritr hectoritr assigned emirchus and unassigned asimjawad Sep 7, 2022
@hectoritr hectoritr added this to the v0.1 milestone Sep 9, 2022
@hectoritr hectoritr modified the milestones: v1.0.1, v1.0.2 Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants