We all know this file args.an4.test.win32 is about the parameters of sphinx3_livedecode,and It is different with sphinx2 In sphinx2 the Lm is selected an4.lm,but in Sphinx3 lm choose an4.urg.lm.DMP ,I don't know how can I create this .DMP file ,through Simply Lm tool?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We all know this file args.an4.test.win32 is about the parameters of sphinx3_livedecode,and It is different with sphinx2 In sphinx2 the Lm is selected an4.lm,but in Sphinx3 lm choose an4.urg.lm.DMP ,I don't know how can I create this .DMP file ,through Simply Lm tool?
I used this executable file to convert lm file to DMP file ,but the parameters -input -output and -inputfmt I put in batch file
.\bin\Debug\lm_convert.exe -input ./model/lm/etc/lm1.lm -lminmemory 1 -outputdir ./model/lm/an -output an3.lm -outputfmt lm1.lm.DMP
could it create DMP file
thank you for you help