Shakinah Azman - 2018-07-09

Hi, Please i really need some help with my problem. I am creating a new language for my project. Im creating a dialect language for my country. I have followed all the steps that shown in the tutorial https://cmusphinx.github.io/wiki/tutorialam/.

Everything went smoothly from compiling all of this zip file (pocketsphinx, sphinxbase, sphinxtrain). Yes i have installed all Perl, Active Perl, Python, Active Python together. After i created a few file that is needed in order to train the language, I proceed with "python ../sphinxtrain/scripts/sphinxtrain -t an4 setup" and yes it went okay and created 2 new files (feats.params & sphinx_train.config)

I followed each step after that, but when it comes to the last step which is to train the language i put on command line "python ../sphinxtrain/scripts/sphinxtrain run" the training didnt succeed or go through as the error message is

"Can't locate SphinxTrain/Config.pm in @INC (you may need to install the SphinxTrain::Config module) (@INC contains: ../lib /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at C:\Perl64\sphinx\sphinxtrain\scripts\000.comp_feat\slave_feat.pl line 50.
BEGIN failed--compilation aborted at C:\Perl64\sphinx\sphinxtrain\scripts\000.comp_feat\slave_feat.pl line 50"

I dont understand why it couldnt fetch the SphinxTrain/Config.pm because the path and file does exist. I have tried ALL kind of solution for 3 DAYS now. From reinstalling all the perl and python, to putting all the file in the same file as perl and also ive tried configuring the slave.pl and someof the pl file. none of it solve my problem.

searching for answers here in the source forge, all i found the answer is "uninstalled and installed back the perl and python" , Please dont give me those kind of solution as i have tried uninstalled and installed perl for 10 TIME.

Please help me solve this problem as this is very important for me, im currently doing a project for my Final year project. CMU Sphinx community should be able to solve this kind of problem. Kindly assist me.