I am currently developping an application using sphinx4.
This program should be autonomous, so I downloaded the differents jars from Osssonatypes and the acoustic model (in french), the french dictionnary and the french language model...
Then I want to put my application on git.
The problem is that the french language model file french3g62K.lm.dmp exceeds the maximum size to be stored using git (max size 100Mo whereas it's 250 Mo).
Do you know a way to externalize that file? So I wouldn't have to save it on git, even if my application remain autonomous.
Thanks for any answer.
y le brech
Last edit: le brech 2015-12-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can convert model to arpa, prune with srilm and convert back. You can also build your own smaller model, it will be helpful for your domain anyway.
Thanks a lot Nickolay V. Shmyrev
For my application I have made a grammar file to enhance the accuracy of recognising.
Do I still need the language model when I'm using a grammar file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(Problem when saving a sphinx4 project on git)
Hello,
I am currently developping an application using sphinx4.
This program should be autonomous, so I downloaded the differents jars from Osssonatypes and the acoustic model (in french), the french dictionnary and the french language model...
Then I want to put my application on git.
The problem is that the french language model file french3g62K.lm.dmp exceeds the maximum size to be stored using git (max size 100Mo whereas it's 250 Mo).
Do you know a way to externalize that file? So I wouldn't have to save it on git, even if my application remain autonomous.
Thanks for any answer.
y le brech
Last edit: le brech 2015-12-13
You can convert model to arpa, prune with srilm and convert back. You can also build your own smaller model, it will be helpful for your domain anyway.
I have uploaded you a smaller pruned model:
https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/French%20Language%20Model/
Thanks a lot Nickolay V. Shmyrev
For my application I have made a grammar file to enhance the accuracy of recognising.
Do I still need the language model when I'm using a grammar file?
No