I have sphinx3_align binary (executable (application/x-executable)) file, how i ran this, so that in command window I can use this function with following parameters
"sphinx3_align -hmm /home/sitecsp/final_timit/an4/model_parameters/an4.cd_cont_200 -dict an4.dic -fdict an4.filler -ctl an4_test.fileids -insent an4_test.transcription -cepdir /home/sitecsp/final_timit/an4/feat -phsegdir /home/sitecsp/final_timit/an4/pdsegd -wdsegdir /home/sitecsp/final_timit/an4/wdsegd".
Please help me I am stuck with this problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While training on large data, due to internal problem system is hanging continuously. Since, I need to install once again toolkit into other system. Till decoder part it is working fine. For obtaining timing information I am using sphinx3_align with the command above mentioned. Now, the problem is if I type sphinx3_ align, it is showing command not found, because I don't know what to do that binary file which is obtained from sphinx3. Somebody, please help me how to run the sphinx3_ align. So, that I can use in command window as a function with input arguments.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have sphinx3_align binary (executable (application/x-executable)) file, how i ran this, so that in command window I can use this function with following parameters
"sphinx3_align -hmm /home/sitecsp/final_timit/an4/model_parameters/an4.cd_cont_200 -dict an4.dic -fdict an4.filler -ctl an4_test.fileids -insent an4_test.transcription -cepdir /home/sitecsp/final_timit/an4/feat -phsegdir /home/sitecsp/final_timit/an4/pdsegd -wdsegdir /home/sitecsp/final_timit/an4/wdsegd".
Please help me I am stuck with this problem.
While training on large data, due to internal problem system is hanging continuously. Since, I need to install once again toolkit into other system. Till decoder part it is working fine. For obtaining timing information I am using sphinx3_align with the command above mentioned. Now, the problem is if I type sphinx3_ align, it is showing command not found, because I don't know what to do that binary file which is obtained from sphinx3. Somebody, please help me how to run the sphinx3_ align. So, that I can use in command window as a function with input arguments.
A crash course on linux command line will help you:
https://www.udacity.com/course/linux-command-line-basics--ud595