thevickypedia / Jarvis

Fully Functional Voice Based Natural Language UI
https://jarvis-health.vigneshrao.com
MIT License
209 stars 41 forks source link

Inconsistent keyword classification #33

Closed thevickypedia closed 1 year ago

thevickypedia commented 1 year ago

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.

Additional context Build an NLP or use a trained model for keyword classification.

thevickypedia commented 1 year ago

Fixed as part of caf390614e8aa991d29b07e35cccf7988b73637c Library will be updated as part of 2.0 release