cmusphinx - Is it possible in sphinx 4 to recognize all possible words -


though having problems make sphinx 4 work working great. since grammar finite whether jsgf or n-gram, not able make sphinx recognize every possible word or sentence. want build voice based google search. since search may have possible word or combination of words. troublesome add dictionary words in grammar. kindly help.

no, it's not possible. every speech recognizer including 1 google uses limited vocabulary. google uses large 1 of 1.5 million words still limited. cmusphinx. can verify trying recognize rare proper names, it's impossible google.

the practical solution use large language model large vocabulary.

it's open research question detect new words in audio stream , add them recognizer spoken or other type of feedback.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -