Inconsistent keyword classification
thevickypedia opened this issue · 1 comments
thevickypedia commented
Describe the bug
Keyword classifier has to be rebuilt, current match word technique has proven useless time to time.
To Reproduce
Steps to reproduce the behavior:
Using the phrase scary set up
, starts the car and sets the appropriate temperature since with the current set up both car
and set
keywords are present in the phrase.
Expected behavior
Should not prompt anything or simply head to unrecognized category.
- Module executors/word_match.py
- Line number 21-23
Additional context
Build an NLP or use a trained model for keyword classification.
Deleted user commented
Fixed as part of caf3906
Library will be updated as part of 2.0 release