Frequently Asked Questions

Flat
What is the difference between a Speech Recognition Engine and a Speech Recognition System
User: kmaclean
Date: 1/1/2010 12:00 pm
Views: 71088
Rating: 8

Speech Recognition Engines ("SRE"s) are made up of the following components:

  • Language Model or Grammar - Language Models contain a very large list of words and their probability of occurrence in a given sequence.  They are used in dictation applications.  Grammars are a much smaller file containing sets of predefined combinations of words.  Grammars are used in IVR or desktop Command and Control applications.   Each word in a Language Model or Grammar has an associated list of phonemes (which correspond to the distinct sounds that make up a word).
  • Acoustic Model - Contains a statistical representation of the distinct sounds that make up each word in the Language Model or Grammar.  Each distinct sound corresponds to a phoneme.
  • Decoder - Software program that takes the sounds spoken by a user and searches the Acoustic Model for the equivalent sounds.  When a match is made, the Decoder determines the phoneme corresponding to the sound.  It keeps track of the matching phonemes until it reaches a pause in the users speech.  It then searches the Language Model or Grammar file for the equivalent series of phonemes.  If a match is made it returns the text of the corresponding word or phrase to the calling program. 

A Speech Recognition System ('SRS') on a desktop computer does what a typical user of speech recognition would expect it to do: you speak a command into your microphone and the computer does something, or you dictate something to the computer and it types it out the corresponding text on your screen. 

An SRS typically includes a Speech Recognition Engine and a Dialog Manager (and may or may not include a Text to Speech Engine).

Where can i get some animations about speech recognition to explain.?
User: Samuel
Date: 7/12/2012 11:15 am
Views: 1470
Rating: 13

I need some animation videos about speech recognition to explain and make the listeners to understand easily..

Re: What is the difference between a Speech Recognition Engine and a Speech Recognition System
User: atriokke
Date: 9/28/2012 7:13 pm
Views: 1271
Rating: -21

Found a definition of phoneme for the highlighted link that may more directly express what a phoneme is moreso than the current wiki link it is bounded to.  Here.

PreviousNext