I am using Ubuntu and there HTK < 3.4 won't compile, so I was cheating in Step5, Global adaptation, and just grabbed your files. Otherwise I followed the tutorial step-by-step.
When I try to run julian, I get the following error:
Error: HMMList: line 8718: physical HMM "ix-t+l" not found
Error: HMMList: line 8719: physical HMM "ix-t+r" not found
Error: HMMList: line 8722: physical HMM "ix-t+y" not found
Error: HMMList: line 8724: physical HMM "ow-t+ow" not found
HMMList "tiedlist" read error
Could you help me to fix this error, please?
Hi V,
It seems like the phone list you used to train your acoustic models is different than the phone list in your voca file.
The pronunciation dictionary used in the Tutorial and How-to is based on the ISIP Switchboard corpus (contains around 27,500 words). Whereas the QuickStart and nightly AM builds is based on version 0.6 of the CMU Pronunciation Dictionary (contains around 130,000 words). Unfortunately, the Switchboard and CMU pronunciation dictionaries use slightly different phoneme syntax. This is enough to make them incompatible from a Grammar and Acoustic Model testing perspective (see ticket #52).
I think you need to change your voca file to use the same phone as what you trained your AMs with.
Ken
Ken