voice recognition - How can I remove words from the dictionary on cmusphinx? -


i trying cmusphinx spanish language. downloaded spanish model , dict, accuracy poor...

i tried remove words "es.dict" less needed words. , accuracy changes 100% (removing 99% of words...).

but changes generated problem performance, think system trying read each word in file "es-20k.lm".

my output shown each removed word: "nov 12, 2016 11:05:14 pm edu.cmu.sphinx.linguist.dictionary.textdictionary getword informaciÓn: dictionary missing phonetic transcription word 'argumento'"

how can remove unused words in spanish model? possible? want modify dictionary of model, removing unused words. (i want 50 words @ moment..).

i trying suggested tools in documentation don't understand it, or don't how it.

thanks.

you should keep dictionary same. need write grammar in text editor or build language model srilm advised language model tutorial.

overall, reducing language vocabulary not way improve accuracy, bad accuracy caused noise, recording conditions mismatch , other factors. need work on them well.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -