File: sphinx_lm_convert.1

package info (click to toggle)
sphinxbase 0.8%2B5prealpha%2B1-21
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,672 kB
  • sloc: ansic: 28,813; sh: 11,829; makefile: 699; python: 338; perl: 121; yacc: 93; lex: 50
file content (45 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.TH SPHINX_LM_CONVERT 1 "2010-03-18"
.SH NAME
sphinx_lm_convert \- Convert and manipulate language model files
.SH SYNOPSIS
.B sphinx_lm_convert
[\fI options \fR]...
.SH DESCRIPTION
.PP
This program converts language model files from one format to
another.  It can also be used to change the character encoding
of the text in a language model file and to force word strings
to upper or lower case.
.TP
.B \-case
\'lower\' or \'upper\' - case fold to lower/upper case (NOT UNICODE AWARE)
.TP
.B \-debug
level for debugging messages
.TP
.B \-help
Shows the usage of the tool
.TP
.B \-i
language model file (required)
.TP
.B \-ifmt
language model format (will guess if not specified)
.TP
.B \-logbase
Base in which all log-likelihoods calculated
.TP
.B \-mmap
Use memory-mapped I/O for reading binary LM files
.TP
.B \-o
language model file (required)
.TP
.B \-ofmt
language model file (will guess if not specified)
.SH AUTHOR
David Huggins-Daines <dhuggins@cs.cmu.edu>
.SH COPYRIGHT
Copyright \(co 2010 Carnegie Mellon University.  See the file
\fICOPYING\fR included with this package for more information.
.br