File: sphinx_lm_sort.1

package info (click to toggle)
sphinxbase 0.8%2B5prealpha-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,592 kB
  • ctags: 3,296
  • sloc: ansic: 29,950; sh: 11,802; makefile: 679; python: 335; perl: 121; yacc: 93; lex: 50
file content (21 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH SPHINX_LM_SORT 1 "2008-06-26"
.SH NAME
sphinx_lm_sort \- Order N-Grams in a language model for Sphinx
.SH SYNOPSIS
.B sphinx_lm_sort
<
.I input_lm
>
.I output_lm
.SH DESCRIPTION
.PP
This program arranges the N-Grams in an ARPA-format language model to
be acceptable to Sphinx.  This is necessary if you created the
language model with SRILM or any other tool which is not as strict
about ordering N-Grams in its output.
.SH AUTHOR
David Huggins-Daines <dhuggins@cs.cmu.edu>
.SH COPYRIGHT
Copyright \(co 2008 Carnegie Mellon University.  See the file
\fICOPYING\fR included with this package for more information.
.br