1SPHINX_LM_SORT(1) General Commands Manual SPHINX_LM_SORT(1)
2
3
4
6 sphinx_lm_sort - Order N-Grams in a language model for Sphinx
7
9 sphinx_lm_sort < input_lm > output_lm
10
12 This program arranges the N-Grams in an ARPA-format language model to
13 be acceptable to Sphinx. This is necessary if you created the language
14 model with SRILM or any other tool which is not as strict about order‐
15 ing N-Grams in its output.
16
18 David Huggins-Daines <dhuggins@cs.cmu.edu>
19
21 Copyright © 2008 Carnegie Mellon University. See the file COPYING
22 included with this package for more information.
23
24
25
26 2008-06-26 SPHINX_LM_SORT(1)