Hello.
I try to make CI model definition file using the executable mk_model_def in linux.
"./mk_model_def" tell me next.
[Switch]
-moddeffn
-triphonefn
-phonelstfn
-mapfn
-n_cdstate
-n_cistate
-n_tmat
-n_state_pm
I have only phonelstfn and want to make 3 state hmm model.
What means the other options?
I try to execute this.
Hello.
I try to make CI model definition file using the executable mk_model_def in linux.
"./mk_model_def" tell me next.
[Switch]
-moddeffn
-triphonefn
-phonelstfn
-mapfn
-n_cdstate
-n_cistate
-n_tmat
-n_state_pm
I have only phonelstfn and want to make 3 state hmm model.
What means the other options?
I try to execute this.
./mk_model_def -phonelstfn digit.phone -moddeffn model.definition -n_state_pm 3
but this occurs error.
I can make model definition file, "model.definition".
Anyone help me!
thank you.
try this:
mk_mdef_gen -phnlstfn $phonefile -ocimdef $ci_mdeffile -n_state_pm $CFG_STATESPERHMM
try to use the perl scripts which r in script_pl dir for training.