How to set confidence level in config.xml file? I remember I read this somewhere that by default confidence level is 0.6. I want to set the confidence level higher to reduce the error rates.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sphinx-4 has some experimental support to report confidence levels which your application can use to make decisions. The demo/sphinx/confidence demo shows how to set this up, and there's also a discussion in the FAQ:
Hi all,
How to set confidence level in config.xml file? I remember I read this somewhere that by default confidence level is 0.6. I want to set the confidence level higher to reduce the error rates.
Thanks.
Hi Weiheng:
Sphinx-4 has some experimental support to report confidence levels which your application can use to make decisions. The demo/sphinx/confidence demo shows how to set this up, and there's also a discussion in the FAQ:
http://cmusphinx.sourceforge.net/sphinx4/doc/Sphinx4-faq.html#confidence_scores
Hope this helps,
Will