1SPHINX_LM_CONVERT(1) General Commands Manual SPHINX_LM_CONVERT(1)
2
3
4
6 sphinx_lm_convert - Convert and manipulate language model files
7
9 sphinx_lm_convert [ options ]...
10
12 This program converts language model files from one format to another.
13 It can also be used to change the character encoding of the text in a
14 language model file and to force word strings to upper or lower case.
15
16 -case
17
18 -debug level for debugging messages
19
20 -help Shows the usage of the tool
21
22 -i language model file (required)
23
24 -ifmt language model format (will guess if not specified)
25
26 -logbase
27 Base in which all log-likelihoods calculated
28
29 -mmap Use memory-mapped I/O for reading binary LM files
30
31 -o language model file (required)
32
33 -ofmt language model file (will guess if not specified)
34
36 David Huggins-Daines <dhuggins@cs.cmu.edu>
37
39 Copyright © 2010 Carnegie Mellon University. See the file COPYING
40 included with this package for more information.
41
42
43
44 2010-03-18 SPHINX_LM_CONVERT(1)