[Switch] [Default] [Value]
-moddeffn model_architecture/ci_mdef
-triphonefn
-phonelstfn etc/animal.phone
-mapfn
-n_cdstate
-n_cistate
-n_tmat
-n_state_pm 5 3
INFO: mk_model_def.c(367): 21 n-phones, each to have 3 states
FATAL_ERROR: "mk_model_def.c", line 380: Error reading triphone list file
I need make a triphones file? why?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-25
You can use ./bin/mk_mdef_gen instead.
The following example will produce ci mdef.
./bin/mk_mdef_gen -phnlist ./etc/PBW445.phone -dictfn ./etc/PBW445_eng.dic -fdictfn ./etc/PBW445.filler -lsnfn ./etc/PBW445.transcription -ocimdef PBW445ci.mdef
The argument files must be prepared for before.
These can be refered from ./doc/tinydic.txt.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-29
-phnlist ---> -phnlstfn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am calling to mk_model_def in the IC phase and this script shows an error.
I call the script like this way:
./bin/mk_model_def -moddeffn model_architecture/ci_mdef -phonelstfn etc/animal.phone
-n_state_pm 3
and shows an error that says:
[Switch] [Default] [Value]
-moddeffn model_architecture/ci_mdef
-triphonefn
-phonelstfn etc/animal.phone
-mapfn
-n_cdstate
-n_cistate
-n_tmat
-n_state_pm 5 3
INFO: mk_model_def.c(367): 21 n-phones, each to have 3 states
FATAL_ERROR: "mk_model_def.c", line 380: Error reading triphone list file
I need make a triphones file? why?
You can use ./bin/mk_mdef_gen instead.
The following example will produce ci mdef.
./bin/mk_mdef_gen -phnlist ./etc/PBW445.phone -dictfn ./etc/PBW445_eng.dic -fdictfn ./etc/PBW445.filler -lsnfn ./etc/PBW445.transcription -ocimdef PBW445ci.mdef
The argument files must be prepared for before.
These can be refered from ./doc/tinydic.txt.
-phnlist ---> -phnlstfn