VoxForge
I need to make grammar for julian that recognizes names of few languages as the native speakers say (english, deutsch, espanol etc.) I need to build my own acoustic model of course. So first I wanted to see if I can train him to recognize just one language (I choose Deutsch). I followed the steps in tutorial (automated, with script) and because it says I need more words with same phones, I added more words that contain phones as Deutch does. Those are chow, dutch, toy, annoy. And I recorded 2 wav files containing Deutsch Chow Dutch, and the other Toy Annoy. So I started the script (as it says in tutorial) and everything goes well until step 10. Then it says:
making hmm13
ERROR [+2662] AddUnseenCommand: there are no existing trees
FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HHEd.exe
making hmm14
ERROR [+5010] InitSource: Cannot open source file ./interim_files/tiedlist
ERROR [+7010] InitHMMSet: Can't open list file ./interim_files/tiedlist
ERROR [+2321] Initialise: MakeHMMSet failed
FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HERest.exe
making hmm15
ERROR [+5010] InitSource: Cannot open source file ./interim_files/tiedlist
ERROR [+7010] InitHMMSet: Can't open list file ./interim_files/tiedlist
ERROR [+2321] Initialise: MakeHMMSet failed
FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HERest.exe
cp: cannot stat `./interim_files/hmm15/hmmdefs': No such file or directory
cp: cannot stat `./interim_files/tiedlist': No such file or directory
What could be the problem?
Thank you!
--- (Edited on 1/30/2008 7:37 pm [GMT-0600] by Visitor) ---
Hi ZokMcoy,
>I added more words that contain phones as Deutch does.
Did you create new phones for your new Deutch words?
If you did, this might create problems in Step 10, because the Acoustic Model creation script uses an English language tree.hed file.
For more information on create a tree.hed file for a new language, see the following links:Ken
--- (Edited on 1/30/2008 11:10 pm [GMT-0500] by kmaclean) ---
Ok, so I will just use step 9 acoustic model. But there are only hmmdef and macros and what about the list of phones? What list do I use instead of tiedlist generated in last step?
Thank you!
--- (Edited on 1/31/2008 11:17 am [GMT-0600] by Visitor) ---