VoxForge
>Could this be a problem with the new version of HTK?
I'm on HTK 3.4.1
Googling: "ERROR [+6510] LOpen: Unable to open label file test.lab", I get:
From the Equatorian website: UNDERSTANDING HTK ERROR MESSAGES
In the mlf file, the filenames (utterance names) did not begin with */, so they couldn’t be matched to the filenames in train.list3. Make sure filenames in the mlf begin with */ and are wrapped in quotation marks.
From JR.Gemini's Knowledge Base
HERest |
ERROR [+6510] Lopen: Unable to open label file foo.lab FATAL ERROR - Terminating program HERest |
HTK can not find the specified file label. If an MLF is used, usually the path to the individual training files is incorrect. This claim should not contain the full path, but only: * / Foo.lab ", which is the name of training file. |
Papa Ingo Homepage has this as well,
Hvite
ERROR [+6510] Lopen: Unable to open label file foo.lab
Check if a language model is indicated, with individual word is a zero-gram model mandatory!
I didnt understand what he meant.
Thank you