Anonymous - 2004-07-26

I want to create my own dictionnary using SphinxTrainer.

First, I have to generate the CI model definition file.
Therefore, I have realized a file call alpha.dic that contained all the phones that I need for my realize my new dictionary (CD) :
"
AE
AH
AO
AY
AW
D
EH
ER
EY
F
HH
IH
IY
K
L
N
R
S
T
TH
UW
V
W
Z
"

After that I type that following command :
"mk_model_def -phonelstfn /alpha.dic -moddeffn /alpha.mdef –n_state_pm
5"

And finally, I have an error that I don’t understand :

"FATAL_ERROR: "mk_model_def.c", line 374: Error reading triphone list
file"

What is the raison of this error? What do I have to do for solving it?

Thank you to answer me.

Grald