Hello there, I have finally prepared my language model and acoustic model. I'm sharing my current library in the following link:

https://drive.google.com/file/d/14ovEaN_wwGDIKZaWOPkMCdGb9U5vu9rr/view?usp=sharing

First of all I know it is not enough to create an acoustic model with just 2-3 hours of audio. But the accuracy doesn't matter for now. I just want to see if it's working, so that I can continue collecting data for my acoustic model.

I'm regarding the project on the github as a guide (https://github.com/cmusphinx/pocketsphinx-android-demo), and trying to replace each file with corresponding ones.

I have .lm .dic .phone .filler files as well ass the transcript and fileids files. As a result of the "sphinxtrain run" command, there are some new files created. In fact there are more than one folders with these files and I don't know which file to use. You can find those folders inside of the model_parameters folder. They are named as "turkish.cd_cont_* " so it is confusing to decide which one to use .

In addition to those, there is a file called sendump which I don't have as a result of the train. And I can't find .lm file inside the github project, which I think there should be one.

When I try to put my files inside of the assets folder and run the project with those new files created by me, the app just closes itself.

Where did I do wrong?

Thank you

Burak