c# - Showing near guesses that exist in the grammar? -



c# - Showing near guesses that exist in the grammar? -

microsoft sapi speechrecognitionengine know, not accurate speech recognition engine out there. in event of programme not recognizing speech correctly, there way user notify application application recognized speech incorrectly? or how can display near guesses exist in speech grammar similar speech uttered?

for example:

speaking words: "read entire book"

engine recognizes as:

"read enrich book"

the user should able click on button says: "incorrect guess"

and application shows list of words similar user can select he/she said , maybe programme can larn mistake?

program displays: "words in grammar similar: enrich, enhance, entire, encapsulate

i know similar machine learning , neural network training, if this, create sapi work better. answers please?

alternates available dictation recognitions. 1 can ask alternates grammar-based recognitions, engine doesn't provide any.

you can utilize speechrecognizer.speechrecognitionrejected collect info utterances not have sufficiently high confidence; however, in experience, it's rare usable info event.

c# speech-recognition speech sapi

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -