I tried to run sphinx3_livedecode, but it asks for input 'config_file'. How can I construct it or find it ? Could anyone give me a demo example to test Sphinx-3.5?
Thank u
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
-mdef \model_architecture\telugu.1000.mdef
-mean \model_parameters\telugu.cd_cont_1000\means
-var \model_parameters\telugu.cd_cont_1000\variances
-mixw \model_parameters\telugu.cd_cont_1000\mixture_weights
-tmat \model_parameters\telugu.cd_cont_1000\transition_matrices
-dict \etc\telugu.dic
-fdict \etc\telugu.filler
-lm \etc\telugu.ug.lm.DMP
-feat 1s_s_c_dd
-lw 23
-wip 0.2
-beam 1e-120
-wbeam 1e-80
-pbeam 1e-60
-maxhmmpf 20000
-maxwpf 20
-maxhistpf 100
-outlatdir
all these i write on notepad and save as config or config.cfg (both i was used), then also I got error
C:\srisai\telugu>sphinx3_livedecode config
ERROR: "cmd_ln.c", line 718: Cannot open configuration file config for reading
Bad arguments file (config).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
when I run sphnx3_livedecode I got this.
Usage: livedecode config_file
In sphinx4 we have demo programs for testing.
I tried to run sphinx3_livedecode, but it asks for input 'config_file'. How can I construct it or find it ? Could anyone give me a demo example to test Sphinx-3.5?
Hi sagar (sagarvenkata)
-mdef \model_architecture\telugu.1000.mdef
-mean \model_parameters\telugu.cd_cont_1000\means
-var \model_parameters\telugu.cd_cont_1000\variances
-mixw \model_parameters\telugu.cd_cont_1000\mixture_weights
-tmat \model_parameters\telugu.cd_cont_1000\transition_matrices
-dict \etc\telugu.dic
-fdict \etc\telugu.filler
-lm \etc\telugu.ug.lm.DMP
-feat 1s_s_c_dd
-lw 23
-wip 0.2
-beam 1e-120
-wbeam 1e-80
-pbeam 1e-60
-maxhmmpf 20000
-maxwpf 20
-maxhistpf 100
-outlatdir
all these i write on notepad and save as config or config.cfg (both i was used), then also I got error
C:\srisai\telugu>sphinx3_livedecode config
ERROR: "cmd_ln.c", line 718: Cannot open configuration file config for reading
Bad arguments file (config).
Hi,
This can be a config file. change the values of attributes to point it to your hmm models and language models
-mdef ./model_architecture/wsj_all_cont_3no_8000.mdef
-mean ./model_parameters/wsj_all_cont_3no_8000_16.cd/means
-var ./model_parameters/wsj_all_cont_3no_8000_16.cd/variances
-mixw ./model_parameters/wsj_all_cont_3no_8000_16.cd/mixture_weights
-tmat ./model_parameters/wsj_all_cont_3no_8000_16.cd/transition_matrices
-dict ./lm_giga_5k_nvp_3gram/lm_giga_5k_nvp.sphinx.dic
-fdict ./lm_giga_5k_nvp_3gram/lm_giga_5k_nvp.sphinx.filler
-lm ./lm_giga_5k_nvp_3gram/lm_giga_5k_nvp_3gram.arpa.DMP
-feat s3_1x39
-lw 12.0
-wip 0.2
-beam 1e-60
-wbeam 1e-50
-pbeam 1e-60
-maxhmmpf 20000
-maxwpf 20
-maxhistpf 100
-outlatdir .
Hi,
This can be a config file. change the values of attributes to point it to your hmm models and language models
-mdef ./model_architecture/wsj_all_cont_3no_8000.mdef
-mean ./model_parameters/wsj_all_cont_3no_8000_16.cd/means
-var ./model_parameters/wsj_all_cont_3no_8000_16.cd/variances
-mixw ./model_parameters/wsj_all_cont_3no_8000_16.cd/mixture_weights
-tmat ./model_parameters/wsj_all_cont_3no_8000_16.cd/transition_matrices
-dict ./lm_giga_5k_nvp_3gram/lm_giga_5k_nvp.sphinx.dic
-fdict ./lm_giga_5k_nvp_3gram/lm_giga_5k_nvp.sphinx.filler
-lm ./lm_giga_5k_nvp_3gram/lm_giga_5k_nvp_3gram.arpa.DMP
-feat s3_1x39
-lw 12.0
-wip 0.2
-beam 1e-60
-wbeam 1e-50
-pbeam 1e-60
-maxhmmpf 20000
-maxwpf 20
-maxhistpf 100
-outlatdir .