VoxForge
I have given the following command,
root@ubuntu:/home/shweta/Documents/recognizer1# HInit -A -D -T 1 -S trainlist.txt -M model/hmm0 -H model/proto/hmm_yes -1 yes -L data/train/lab/ yes
After that I get following error,
HInit -A -D -T 1 -S trainlist.txt -M model/hmm0 -H model/proto/hmm_yes -1 yes -L data/train/lab/ yes
No HTK Configuration Parameters Set
ERROR [+2119] HInit: source HMM file name expected
FATAL ERROR - Terminating program HInit
--- (Edited on 11/27/2013 2:52 pm [GMT-0600] by Visitor) ---
you have to add configuration file in HInit command by adding -C analysis.conf ... you have to set all parameters in analysis.conf file.
Thanks
--- (Edited on 4/22/2014 10:02 am [GMT-0500] by Visitor) ---