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

Improve the action words recognition #40

Closed
Tracked by #25
davquar opened this issue Aug 18, 2021 · 1 comment · Fixed by #63
Closed
Tracked by #25

Improve the action words recognition #40

davquar opened this issue Aug 18, 2021 · 1 comment · Fixed by #63
Assignees
Labels
improvement Improvements to the code
Milestone

Comments

@davquar
Copy link
Owner

davquar commented Aug 18, 2021

See:

lingua_franca match_one/fuzzy_match

E.g. when the user says something containing "stop" or any action word, but there is no exact match, we can ask the user for confirmation.

@davquar davquar mentioned this issue Aug 18, 2021
8 tasks
@davquar davquar added the improvement Improvements to the code label Aug 19, 2021
@davquar davquar added this to the Iteration 2 milestone Aug 19, 2021
@davquar davquar self-assigned this Aug 25, 2021
@davquar
Copy link
Owner Author

davquar commented Aug 25, 2021

Even if the user say something that "naturally" should mean "stop" (e.g. stop stop I made a mistake), the confidence for the match with the "stop" string is too low. We should find another way

  • maybe a sort of distance measure?
  • or, to simplify, just see if the utterance contains "stop"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements to the code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant