Hello, I'm trying to create a Turkish model for CMUSphinx.
For now I just created a text file with 5 words, then used online tools to get its required files. I've also installed sphinxbase, sphinxtrain and pocketsphinx as in the tutorial using Visual Studio.
I'm woking on windows but using ubuntu's bash to execute the commands. Here's a link to my files https://www.dropbox.com/s/txfaw71ak51ht20/other.zip?dl=0
Now I can do the setup but when I try to run the "python ../sphinxtrain/scripts/sphinxtrain run", I get the following error:
...
MODULE: 12 Force-aligning data for VTLN
Skipped: $ST::CFG_VTLN set to 'no' in sphinx_train.cfg
MODULE: 20 Training Context Independent models
Phase 1: Cleaning up directories:
accumulator...logs...qmanager...models...
Phase 2: Flat initialize
ERROR: FATAL: "mk_mdef_gen.c", line 116: Unable to open /mnt/d/cmusphinx/other/model_architecture/other.phonelist for reading
what might be the problem?
Also I know that this model won't work well but I just want to see what files are being created in order to use in the future, and I also want to get familiar with the sphinx tools, so before I start collecting sounds I want to test on such small sets.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately I can't install linux on my pc, there's a bug about the kernel, and I don't want to work on VM's, they contain lots of problems too. I hope I can find a way to install ubuntu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I'm trying to create a Turkish model for CMUSphinx.
For now I just created a text file with 5 words, then used online tools to get its required files. I've also installed sphinxbase, sphinxtrain and pocketsphinx as in the tutorial using Visual Studio.
I'm woking on windows but using ubuntu's bash to execute the commands. Here's a link to my files https://www.dropbox.com/s/txfaw71ak51ht20/other.zip?dl=0
Now I can do the setup but when I try to run the "python ../sphinxtrain/scripts/sphinxtrain run", I get the following error:
...
MODULE: 12 Force-aligning data for VTLN
Skipped: $ST::CFG_VTLN set to 'no' in sphinx_train.cfg
MODULE: 20 Training Context Independent models
Phase 1: Cleaning up directories:
accumulator...logs...qmanager...models...
Phase 2: Flat initialize
ERROR: FATAL: "mk_mdef_gen.c", line 116: Unable to open /mnt/d/cmusphinx/other/model_architecture/other.phonelist for reading
what might be the problem?
Also I know that this model won't work well but I just want to see what files are being created in order to use in the future, and I also want to get familiar with the sphinx tools, so before I start collecting sounds I want to test on such small sets.
Thank you
This is your biggest problem:
Unfortunately I can't install linux on my pc, there's a bug about the kernel, and I don't want to work on VM's, they contain lots of problems too. I hope I can find a way to install ubuntu