But there are not instructions (that Ive found) other than the readme. It says to execute the build.sh in scripts folder. But when I execute it, nothing happens. Any idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to check Spanish language model. I have downloaded this folder into home/pi https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/Spanish/
But there are not instructions (that Ive found) other than the readme. It says to execute the build.sh in scripts folder. But when I execute it, nothing happens. Any idea?
It is not quite clear what do you mean by "check".
Sorry. When I set the option:
pocketsphinx_continuous -hmm /usr/local/share/pocketsphinx/model/en-us/en-us
I want to use the spanish version. But I dont understand the instructions of about how to obtain the folder that goes there.
pocketsphinx_continuous -infile file.wav -dict etc/voxforge_es_sphinx.dic -lm etc/es-20k.lm.gz -hmm model_parameters/voxforge_es_sphinx.cd_ptm_4000
Okey, now I get it and it is going on. Thanks!