You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
If I paste "WHAT IS YOUR FAVORITE ABBA SONG" (from music.aiml) then the response is correct.
I think it is a tie between "Waterloo" and "Dancing Queen."
But if I speak the same question, STT gets:
" what is your favourite abba song"
which doesn't match successfully inside of the AIML engine (surely because of US vs UK spelling of "favorite"). I am unsure of the canonical way to handle. Does AIML have provisions for locality spelling differences? if not, do we normalize the corpus (which is mostly US EN) and then maybe introduce a normalizing element into the python code of the skill?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I paste "WHAT IS YOUR FAVORITE ABBA SONG" (from music.aiml) then the response is correct.
But if I speak the same question, STT gets:
which doesn't match successfully inside of the AIML engine (surely because of US vs UK spelling of "favorite"). I am unsure of the canonical way to handle. Does AIML have provisions for locality spelling differences? if not, do we normalize the corpus (which is mostly US EN) and then maybe introduce a normalizing element into the python code of the skill?
The text was updated successfully, but these errors were encountered: