VoxForge
when i running
hvite -C setting/conf2.cfg -H hmm/hmm7/macros -H hmm/hmm8/hmmdefs -S data/train/train.scp -w setting/wdnet -p 0.0 -s 5.0 -l * -y lab -m -i data/test/result.mlf setting/dict.dict setting/monophones1
i got error +8050
The dictionary file is not correctly formatted. Section 12.7 describes the HTK dictionary file format.
contain of my dict.dict
END sil
START sil
KADO k a d o
END sil
START sil
BELA b e l a
contain of my monophones1
a
i
ee
e
o
b
p
d
t
g
k
f
z
si
kh
h
j
c
m
n
ny
ng
r
l
w
y
ai
au
ou
sil
kado
bela
sp
contain of my grammar.gra
$bebas = BELA | KADO;
(START(<$bebas>) END)
where the errors occured??
> error +8050
>The dictionary file is not correctly formatted.
>contain of my dict.dict
>END sil
>START sil
>KADO k a d o
>END sil
>START sil
>BELA b e l a
You've got duplicate START and END entries... all entries must be unique in your dict file. See Step 2 - Pronunciation Dictionnary of the VoxForge tutorial for more info.
Ken