The online lmtool is down so I'm trying to learn to do this offline and reduce reliance on the online tool.
The documentation says that the
Online LM Tool, produces a dictionary which matches its language model...If you want to run lmtool offline you can checkout it from subversion:
I have the code from subversion, I built it and I figured out how to create the language model file, but I cannot find any documentation telling which commands to run to create the .dic file that is normally generated alongside the LM file when using the online lmtool. All of the forum posts I've looked at tell people simply to use the default dictionary, but the application I'm using will not work with that. Can someone please tell me which commands are run in the background to create the .dic file when we click that button?
Thanks,
Jon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The online lmtool is down so I'm trying to learn to do this offline and reduce reliance on the online tool.
The documentation says that the
I have the code from subversion, I built it and I figured out how to create the language model file, but I cannot find any documentation telling which commands to run to create the .dic file that is normally generated alongside the LM file when using the online lmtool. All of the forum posts I've looked at tell people simply to use the default dictionary, but the application I'm using will not work with that. Can someone please tell me which commands are run in the background to create the .dic file when we click that button?
Thanks,
Jon
Logios has scripts and README included:
https://sourceforge.net/p/cmusphinx/code/HEAD/tree/trunk/logios/Tools/MakeDict/
but it is actually recommended to use phonetisaurus instead.