I don't change anything, only put in my models and load. There must do
something with the model? I read in the readme:
To setup the files use scripts/build.sh script as a base. It should
download required files from Voxforge, setup structure and extract
features. Scripts are located in scripts subfolder.
To use this model with pocketsphinx, just provide it's location with
-hmm pocketsphinx option.
Remember that this model uses MLLT and it requires both frontend
modification. You need to use transform with LDA component and you need
to adjust melfilter parameters.
I don't know what's the meaning of the last paragraph. somebody tell me how I
can load the language model? I suppose it is the largest model in english
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
pablo@pablo-desktop:~/Escritorio/sphinxmodels/voxforge-en-0.4/scripts$ sh
build.sh
find: «wav»: No existe el fichero o el directorio
build.sh: 64: ./scripts_pl/make_feats.pl: not found
build.sh: 65: ./scripts_pl/make_feats.pl: not fou
You need to run this script from the root folder, not from the scripts folder.
like this
./script/build.sh
You also need to edit this script to match your file layout. This script is
not something you can just run, you need to edit it.
I don't know what's the meaning of the last paragraph.
This paragraph is applicable to sphinx4. You can learn more about sphinx4 on
our website
I don't think your problem is related. Most likely the issue is that you are
trying to combine tidigits dictionary with voxforge acoustic model. They are
not compatible. You need to use tidigits acoustic model with tidigits
dictionary.
Next time please start a new thread. Please provide as precise description of
the problem as possible. Include decoder logs. Describe command line
parameters. Mention the version you are using. That will help you to resolve
the issue quickly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i find this model: voxforge-en-0.4
inside it has:
etc
model_parameters
scripts
readme
problems
inside the model_parameters
voxforge_en_sphinx.cd_cont_5000
when I load in my program the model like this:
compile ok and show me that:
I don't change anything, only put in my models and load. There must do
something with the model? I read in the readme:
To setup the files use scripts/build.sh script as a base. It should
download required files from Voxforge, setup structure and extract
features. Scripts are located in scripts subfolder.
when I run $sh build.sh tell me that:
Next test in the reader:
To use this model with pocketsphinx, just provide it's location with
-hmm pocketsphinx option.
Remember that this model uses MLLT and it requires both frontend
modification. You need to use transform with LDA component and you need
to adjust melfilter parameters.
I don't know what's the meaning of the last paragraph. somebody tell me how I
can load the language model? I suppose it is the largest model in english
The model was missing in the path you specified in sources
You need to specify model location properly
You need to run this script from the root folder, not from the scripts folder.
like this
You also need to edit this script to match your file layout. This script is
not something you can just run, you need to edit it.
This paragraph is applicable to sphinx4. You can learn more about sphinx4 on
our website
http://cmusphinx.sourceforge.net/sphinx4
You just need to configure the decoder properly
If you are about voxforge, it's not the largest model. The default model
hub4_wsj_8k provided with pocketsphinx is better.
Hi!
I'm having same problem here...
I built an LM&dict using online LMtool and when I want to try it with both
tidigits hmm or voxforge-en model, I get the same output you have.
And the same if I use tidigits LM&dict with voxforge acoustic model.
Any idea? Did you solve it?
Hello Ytniu
I don't think your problem is related. Most likely the issue is that you are
trying to combine tidigits dictionary with voxforge acoustic model. They are
not compatible. You need to use tidigits acoustic model with tidigits
dictionary.
Next time please start a new thread. Please provide as precise description of
the problem as possible. Include decoder logs. Describe command line
parameters. Mention the version you are using. That will help you to resolve
the issue quickly.