File: sphinx_lm_eval.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 (56 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download | duplicates (5)
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
46
47
48
49
50
51
52
53
54
55
56
.TH SPHINX_LM_EVAL 1 "2008-05-12"
.SH NAME
sphinx_lm_eval \- Evaluate perplexity of a transcription
.SH SYNOPSIS
.B sphinx_lm_eval
[\fI options \fR]...
.SH DESCRIPTION
.PP
This program evaluates the perplexity of a text file according to a
given language model.  The text file is assumed to be in transcript
format, i.e. one utterance per line, delimited by <s> and </s>.
.TP
.B \-help
Shows the usage of the tool
.TP
.B \-lm
model file
.TP
.B \-lmctlfn
file listing a set of language models
.TP
.B \-lmname
of language model in \fB\-lmctlfn\fR to use for all utterances
.TP
.B \-logbase
Base in which all log-likelihoods calculated
.TP
.B \-lsn
file to evaluate
.TP
.B \-lw
Language model weight
.TP
.B \-mmap
Use memory-mapped I/O for reading binary LM files
.TP
.B \-probdef
definition file for classes in LM
.TP
.B \-text
string to evaluate	
.TP
.B \-uw
Unigram probability weight (interpolated with uniform distribution)
.TP
.B \-verbose
Print details of perplexity calculation
.TP
.B \-wip
Word insertion probability
.SH AUTHOR
David Huggins-Daines <dhuggins@cs.cmu.edu>
.SH COPYRIGHT
Copyright \(co 2007-2008 Carnegie Mellon University.  See the file
\fICOPYING\fR included with this package for more information.
.br