VoxForge
Hi!
I tried to compile a model using your howto-approach and ran into a small (big) problem when "making hmm13".
"ERROR [+7063] NewMacro: macro or model name ST_O_2_1 already exists
FATAL ERROR - Terminating program C:\cygwin\HTK\htk\HHEd.exe"
I tried a fulltextsearch for the name and it returned no matching file. According to the HTK-manual the error code simply means that HHEd tries to assign a name that is already used.
Any ideas?
Help would be really appreciated!
Bettina
(team simon)
--- (Edited on 8/9/2007 1:43 am [GMT-0500] by Visitor) ---
--- (Edited on 8/9/2007 3:13 am [GMT-0500] by nsh) ---
Yes, we use"?", "@", "-^" and some other characters!
But what could we do? Which characters should we use instead of them?
Oh, and we have removed all numbers!
Bettina
--- (Edited on 8/9/2007 9:21 am [GMT-0500] by Visitor) ---
+ and - used in triphone names, so it's better avoid them. ? and } I'm not sure, but nobody can be sure.
Use minus and plus instead like "aplus" instead "a+"
--- (Edited on 8/9/2007 11:39 am [GMT-0500] by nsh) ---
--- (Edited on 8/9/2007 11:40 am [GMT-0500] by nsh) ---
--- (Edited on 8/10/2007 2:51 pm [GMT-0500] by Visitor) ---
Hm, so many different people are asking so I'm afraid I'm wrong
Actually there is no problem, since in dictionary phones are separated by spaces:
ONE [] W AH N
In your case it will be something
POLKA [] P OPLUS L K A
--- (Edited on 8/10/2007 3:22 pm [GMT-0500] by nsh) ---
Hm, and I decided to add this, since I'm still afraid. Of course one can consider the task of segmentation of strings without spaces to phonemes with HMMS by force alignment. But I'm not really sure how is it related to acoustic model training.
--- (Edited on 8/10/2007 3:54 pm [GMT-0500] by nsh) ---
--- (Edited on 8/11/2007 7:22 am [GMT-0500] by Visitor) ---
Hi Peter,
Here's my try at figuring this out ...
The original error mentioned in this thread occurred when create hmm13 - this corresponds to Step 10 of the Tutorial. Steps 9 & 10 are where you create triphone acoustic models.
If you are only interested in monophone acoustic models, you can use the hmmdefs files (in the hmm9 directory) from Step 8, and use monophones1 (rather than tieldlist from Step 10) in your Julian config file. Note that monophone AMs do not work as well as triphone AMs.
So I think creating your own monophone list (by hand) is not what you are looking for ...
I am assuming you are trying to use the VoxForge Howto script to create German Acoustic Models.
Firstly, I need a better idea of what the BOMP dictionary looks like. I looked it up, but I need to email the creator to get a copy ... Please post a longer excerpt (around 10 entries - copy and paste exactly what it looks like in the dictionary) or you can email to me if licensing prevents you from doing so. I would also like to see what your fulllist file looks - please post this also.
I also want to confirm that you are using a German version of the tree.hed script. These are the "questions" that HTK asks to figure out all the triphones from the complete pronunciation dictionary you are using (not just the words in your prompts file).
thanks,
Ken
P.S. when dealing with HTK, there are no stupid questions ... HTK is notorious for allowing things at earlier steps that create problems at a later step.
--- (Edited on 8/11/2007 8:37 pm [GMT-0400] by kmaclean) ---
--- (Edited on 8/16/2007 5:49 am [GMT-0500] by Visitor) ---