-
Notifications
You must be signed in to change notification settings - Fork 4
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
What is Madonna's real name question fails #3
Comments
I got an issue with the same utterance:
But when removing
|
The OP is an overcapture by an Adapt skill, which went stale because there’s no obvious solution. The complete failure looks like a tokenizer bug; I’m on a phone, but try it without the apostrophe |
Yep, this is what I did (second part of the message). |
not quite the tokenizer fault, as common query skills are meant to handle raw utterances... i'm surprised wolfram alpha api bugs out in that case |
Sorry, I meant, remove just the apostrophe. I expect the intent parsers to see |
I was thinking it should still overcapture, but I now realize it’s possible Goldy just doesn’t have the personality skill installed (rather than it missing) |
according to logs the skill is getting the possible transcriptions I guess we should make this skill always use the original utterance and not the normalized version |
the point I don’t think I’m getting across is that our pipeline may be farting on the apostrophe, which will almost always come from directly input text rather than STT |
Why would it not come from STT? Something strips it out? Whisper delivers plenty of punctuation. |
the transcription alternatives usually are a normalized_utt + raw utt, depending on utterance plugins there might be more normalizations (such as coreference resolution) all utts are then send to common query here https://github.com/OpenVoiceOS/ovos-core/blob/dev/ovos_core/intent_services/commonqa_service.py#L101 this issue seems to be wolfram alpha api specific, the utterances are not mangled as seen in logs |
I have seen the apostrophe issue before on other skills also
|
I don't know if this is related to #2 but when you ask for someone's name, it says the device's name instead
The text was updated successfully, but these errors were encountered: