wit-ai / wit

Natural Language Interface for apps and devices
https://wit.ai/
933 stars 91 forks source link

My speech input are not recognized correctly #1068

Closed earthat closed 6 years ago

earthat commented 6 years ago

I am building a voice recognition app, based on the intent value of speech, certain action will be decided. But the wit app is not giving the desired intent. Here is my app ID: 5a8a8bc5-b483-417d-8c3b-94adba82d38f

I need to suggestions to improve this app. Python API for it is being used.

patapizza commented 6 years ago

@earthat Can you share a few examples that don't work for you?

earthat commented 6 years ago

Thanks for the response, I would like to share my witai app with you so that you can listen to speech input in logs. May I know your wit username or email.

earthat commented 6 years ago

I have trained for 'invoice' intent value and giving speech commands like, 'open an invoice' or 'make an invoice'. This is giving back such kind of responses:

-open and in what is -may i was -make noise and -make invoice -open and invoice -may an invoice -will everyone's -open and in what

However when I give the text input, it recognizes it correctly. the speech sample is attached. myspeech.zip

earthat commented 6 years ago

@patapizza your help will be appreciated. Please take out few minutes to look into it.

patapizza commented 6 years ago

@earthat It seems like the speech engine has having issues with the accent.

Speech is not a priority for us at the moment. We do keep this in mind but can't provide an ETA on when things will improve. In the meantime, if the current state doesn't work well enough for you, we encourage you to try other solutions (e.g. iOS/Android native speech).

earthat commented 6 years ago

Thanks for it.