VoxForge
HInit -A -D -T 1 -S trainlist.txt -M model/hmm0 -H model/proto/hmm_one1 -l one1 -L data/train/lab one1
No HTK Configuration Parameters Set
ERROR [+5010] InitSource: Cannot open source file model/proto/hmm_one1
ERROR [+7010] LoadAllMacros: Can't open file
ERROR [+7050] LoadHMMSet: Macro name expected
ERROR [+2128] Initialise: LoadHMMSet failed
FATAL ERROR - Terminating program HInit
--- (Edited on 2/3/2017 7:52 am [GMT-0600] by Visitor) ---
It seems clear from the error message that the argument to the HInit -H parameter cannot be found. Maybe the path is wrong; here it is relative to the current directory. You could put the command into a terminal, back up to the -H parameter and see if your system can discover the true location by typing characters and using tab completion. Either that or do a search in your system for the file and state the full path to it.
--- (Edited on 2017-02-04 5:29 am [GMT-0500] by colbec) ---