VoxForge
Hi,
Currently, I'm trying to build an acoustic model for French speech. When I ran "HDMan" command like this:
HDMan -A -D -T 1 -m -w wlist -n monophones1 -i -l dlog dict french.dic
I got the output like this:
No HTK Configuration Parameters Set
Output dictionary dict opened
Source dictionary french.dic opened
Dictionary dict created - 3156 words processed, 3156 missing
No HTK Configuration Parameters Set
It found that there's no matching words between wlist and french.dic, and it's absolutely incorrect. I've checked it by myself. What do you think the problem is? It's some encoding issue or something else? Thanks in advance.
regards,
Amalia
>matching words between wlist and french.dic, and it's absolutely incorrect.
>I've checked it by myself. What do you think the problem is?
Could this be a Windows/Linux line ending issue?
I thought so, and I'd already removed the ^M at the end of every line, but I still get the same errors. So, I made my own script to do the exact same thing as what that command does.
regards,
AmZa