I am currently trying to start training my database to get SphinxTrain to be able to create the relevant acoustic models for me.
I've had all the files I was told necessary to be present in my database/etc folder
.fileids, .transcriptions, .dic, .filler, .phone, and finally sphinx_train.cfg
But when I tried running /scripts_pl/00.verify/verify_all.pl it gave me the following error messages, which I don't understand why :
Must specify -cfg or create default file ./etc/sphinx_train.cfg
Why is this so?
Thanks,
Suwandy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am currently trying to start training my database to get SphinxTrain to be able to create the relevant acoustic models for me.
I've had all the files I was told necessary to be present in my database/etc folder
.fileids, .transcriptions, .dic, .filler, .phone, and finally sphinx_train.cfg
But when I tried running /scripts_pl/00.verify/verify_all.pl it gave me the following error messages, which I don't understand why :
Must specify -cfg or create default file ./etc/sphinx_train.cfg
Why is this so?
Thanks,
Suwandy
Hi, Suwandy
I am not an expert but I had the same problem. U just have to call the skript from the projekt path not from the script path. like this :
c:\sphinxprojekt> scripts_pl\RunAll.pl
Or you can change the path in the all skripts.
$cfg_file = "./etc/sphinx_train.cfg"; <-- here
Hope it works.
nesayus