Abhi
Abhi

Reputation: 113

CMUSphinx - Using CMUSphinx for Speech to Text without grammar (gram) file

I am very new to Sphinx. I want to use Sphinx for speech to text conversion. I tried to google it. Sphinx uses gram file to match the word. But this way its limiting the possiblity of words. I want to work with or just convert every word being spoken to text. How to do that? If you can post example then it would be great. Thanks!!!

Upvotes: 0

Views: 1837

Answers (1)

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25220

For large vocabulary recognition you can use generic US English language model

https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/US%20English%20Generic%20Language%20Model/

To learn more about CMUSphinx read the tutorial

http://cmusphinx.sourceforge.net/wiki/tutorial

Upvotes: 2

Related Questions