I have created language model by uploading the text corpus to sphinx knowledge base tool--version 3.
The resulted language model is in .lm format. How is it possible to convert this to lm.DMP format ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have created language model by uploading the text corpus to sphinx knowledge base tool--version 3.
The resulted language model is in .lm format. How is it possible to convert this to lm.DMP format ?
with the use of Sphinx_convert
Thank you Leimiaoren.