Menu

sphinx3_livedecode

2009-08-01
2012-09-22
  • Padmavathi Jageti

    Hi

       I want to do livedecodeing.
    

    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?

                                                                      Thank u
    
     
    • Padmavathi Jageti

      Hi sagar (sagarvenkata)

       Thanks for given reply.Are u completed your project.I am stil their only.
      

      -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).

       
    • sagar

      sagar - 2009-08-02

      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 .

       
    • sagar

      sagar - 2009-08-02

      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 .

       

Log in to post a comment.