Hi, since i've got a lot of registration where noise removal is applied (so,
there are sentences sometimes a little bit confused), could i use them to
adapt my model? The main fact is that the sentences to be recognized will be
the same as the ones for the model adaptation (so, with noise removal
applied). I think that trying model adaptation with those files will be
efficient to recognize other sentences where noise removal is applied, or
there's something wrong in my thought?
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think that trying model adaptation with those files will be efficient to
recognize other sentences where noise removal is applied, or there's something
wrong in my thought?
This is correct.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you. Is it necessary to follow ALL the steps in the tutorial (http://cm
usphinx.sourceforge.net/wiki/tutorialadapt) for best adaptation? Or there's something that i can
jump? More steps means more accuracy? Thanks again in advance.
p.s: i can't find, in the API documentation, the description and what a single
function can do (sincerely, i don't see for example the ps_decode_raw function
description in the doxygen). Maube i've got to read directly from the source
code? Thanks again!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, since i've got a lot of registration where noise removal is applied (so,
there are sentences sometimes a little bit confused), could i use them to
adapt my model? The main fact is that the sentences to be recognized will be
the same as the ones for the model adaptation (so, with noise removal
applied). I think that trying model adaptation with those files will be
efficient to recognize other sentences where noise removal is applied, or
there's something wrong in my thought?
Thank you!
Hello
This is correct.
Thank you. Is it necessary to follow ALL the steps in the tutorial (http://cm
usphinx.sourceforge.net/wiki/tutorialadapt) for best adaptation? Or there's something that i can
jump? More steps means more accuracy? Thanks again in advance.
p.s: i can't find, in the API documentation, the description and what a single
function can do (sincerely, i don't see for example the ps_decode_raw function
description in the doxygen). Maube i've got to read directly from the source
code? Thanks again!
You need to complete all the steps.
I see the description here
http://cmusphinx.sourceforge.net/api/pocketsphinx/pocketsphinx_8h.html#ac9a9a
0df5cebda28876c1e95bd197321
THANK YOU very much (and sorry for the documentation thing) ;)