Hi everibody!
I'm trying to use SphinxTrain but I've found a big enigma...
First executable program to be used(as it's said in Training Documentation) is mk_model_def.
Documentation speaks about three flags to be used:
-phonelstfn (phonems list)
-moddeffn (output file)
-n_state_pm (#states per model you want to use)
but if you try to executate it you'll find it also asks for:
-a triphone file
-a senon mapping file
-and some othert information related with senons.
Is it normal? This executable should just "prepare a model definition file for the context independent phones" so: why is it asking for a senon mapping file?
Thank you for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have just figured out the solution. The documentation if proposing the wrong executable. The right executable to be used here is mk_mdef_gen, not mk_model_def.
One enigma less.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everibody!
I'm trying to use SphinxTrain but I've found a big enigma...
First executable program to be used(as it's said in Training Documentation) is mk_model_def.
Documentation speaks about three flags to be used:
-phonelstfn (phonems list)
-moddeffn (output file)
-n_state_pm (#states per model you want to use)
but if you try to executate it you'll find it also asks for:
-a triphone file
-a senon mapping file
-and some othert information related with senons.
Is it normal? This executable should just "prepare a model definition file for the context independent phones" so: why is it asking for a senon mapping file?
Thank you for your help!
Do you try with teh scripts in the scripts_pl?
Stefano
sc@linux.it
I have just figured out the solution. The documentation if proposing the wrong executable. The right executable to be used here is mk_mdef_gen, not mk_model_def.
One enigma less.