i am bit confused about pocketsphinx_continuous , according to cmu sphinx in "
building language model " example we can use pocketsphinx_continuous without
an acoustic model. but when i tried to run pocketsphinx_continuous using -lm
and -dic, it gives error :-
ERROR: "acmod.c", line 84: Acoustic model definition is not specified neither
wi
th -mdef option nor with -hmm
.......
so it giving error to define acoustic model .... my first question is , is it
possible to use pocketsphinx_continuous, without acoustic model...
and secondly i tried to use a an acoustic model, but program crashes in
reading transition matrices. i tried different model, but same thing happening
with all of them. any suggestion?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
and secondly i tried to use a an acoustic model, but program crashes in
reading transition matrices. i tried different model, but same thing happening
with all of them. any suggestion?
First of all use the latest version - pocketsphinx snapshot. It fixed support
for Cygwin
When you report about problems always provide the information about software
you are using - version of the software and version of the OS.
" example we can use pocketsphinx_continuous without an acoustic model. but
You can not use pocketsphinx without the acoustic model. Default model is used
on Linux. On windows you always need to provide the acoustic model
explicitely.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey friends,
i am bit confused about pocketsphinx_continuous , according to cmu sphinx in "
building language model " example we can use pocketsphinx_continuous without
an acoustic model. but when i tried to run pocketsphinx_continuous using -lm
and -dic, it gives error :-
ERROR: "acmod.c", line 84: Acoustic model definition is not specified neither
wi
th -mdef option nor with -hmm
.......
so it giving error to define acoustic model .... my first question is , is it
possible to use pocketsphinx_continuous, without acoustic model...
and secondly i tried to use a an acoustic model, but program crashes in
reading transition matrices. i tried different model, but same thing happening
with all of them. any suggestion?
First of all use the latest version - pocketsphinx snapshot. It fixed support
for Cygwin
When you report about problems always provide the information about software
you are using - version of the software and version of the OS.
You can not use pocketsphinx without the acoustic model. Default model is used
on Linux. On windows you always need to provide the acoustic model
explicitely.