VoxForge
I taking lm3g2dmp utility from cmu and then do the make command
After that
$ lm3g2dmp dir th/etc/filename.lm dir/etc/filename.lm.dmp
dmp file is not created.i doing this is right or not
filename.lm i created using Sphinxbase knowledge lm tool.
--- (Edited on 5/30/2009 1:46 am [GMT-0500] by Visitor) ---
I'm not sure how did you write this command line, the correct invocation format is
lm3g2dmp <model> <outputdir>
so it should be
lm3g2dmp dir/th/etc/filename.lm dir/etc
--- (Edited on 5/30/2009 3:30 am [GMT-0500] by nsh) ---