wardmundy
Nerd Uno
- Joined
- Oct 12, 2007
- Messages
- 20,217
- Reaction score
- 5,974
Speech-to-Text Directory Assistance Comes to Asterisk

If you are running an existing copy of Incredible PBX, be sure to load this update after performing the steps in the article:

If you are running an existing copy of Incredible PBX, be sure to load this update after performing the steps in the article:
Code:
cd /var/lib/asterisk/agi-bin
wget http://bestof.nerdvittles.com/applications/asteridex4/callwho21.tgz
tar zxvf callwho21.tgz
rm callwho21.tgz
way to do that, and what is actually used in cases like this in speech recognition applications is the use of grammar rules. By defining a grammar for your application you can specify words and patterns of words to be recognised in a certain way. For instance we can have Joshua or Josh always recognised as Joshua, Mark and Marky recognised the same way, we can have optionally use of surnames, we can Have Delta air lines always regognised as "delta air lines" and American airlines as "american airlines" and so on. In the case of 'Directory Assistance' a well defined grammar by the user can make the database lookup a lot more reliable.