Skip to content

Commit 86d8be3

Browse files
authored
Merge pull request #458 from gkarsay/main
Manual pages installation
2 parents e23ba37 + 55a6003 commit 86d8be3

9 files changed

Lines changed: 23 additions & 24 deletions

doxygen/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ install(FILES
2121
pocketsphinx.1
2222
pocketsphinx_batch.1
2323
pocketsphinx_mdef_convert.1
24-
sphinx_lm_convert.1
25-
sphinx_lm_eval.1
26-
sphinx_lm_sort.1
27-
sphinx_pitch.1
24+
pocketsphinx_lm_convert.1
25+
pocketsphinx_lm_eval.1
26+
pocketsphinx_pitch.1
2827
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)

doxygen/pocketsphinx_batch.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,6 @@ Copyright \(co 1994-2016 Carnegie Mellon University. See the file
452452
\fILICENSE\fR included with this package for more information.
453453
.br
454454
.SH "SEE ALSO"
455-
.BR pocketsphinx_continuous (1),
455+
.BR pocketsphinx (1),
456456
.BR sphinx_fe (1).
457457
.br

doxygen/pocketsphinx_batch.1.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ Copyright \(co 1994-2016 Carnegie Mellon University. See the file
4242
\fILICENSE\fR included with this package for more information.
4343
.br
4444
.SH "SEE ALSO"
45-
.BR pocketsphinx_continuous (1),
45+
.BR pocketsphinx (1),
4646
.BR sphinx_fe (1).
4747
.br
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SPHINX_LM_CONVERT 1 "2010-03-18"
1+
.TH POCKETSPHINX_LM_CONVERT 1 "2010-03-18"
22
.SH NAME
33
sphinx_lm_convert \- Convert and manipulate language model files
44
.SH SYNOPSIS
@@ -12,7 +12,7 @@ of the text in a language model file and to force word strings
1212
to upper or lower case.
1313
.TP
1414
.B \-case
15-
\'lower\' or \'upper\' - case fold to lower/upper case (NOT UNICODE AWARE)
15+
\(aqlower' or \(aqupper' - case fold to lower/upper case (NOT UNICODE AWARE)
1616
.TP
1717
.B \-debug
1818
level for debugging messages
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.TH SPHINX_LM_CONVERT 1 "2010-03-18"
1+
.TH POCKETSPHINX_LM_CONVERT 1 "2010-03-18"
22
.SH NAME
3-
sphinx_lm_convert \- Convert and manipulate language model files
3+
pocketsphinx_lm_convert \- Convert and manipulate language model files
44
.SH SYNOPSIS
5-
.B sphinx_lm_convert
5+
.B pocketsphinx_lm_convert
66
[\fI options \fR]...
77
.SH DESCRIPTION
88
.PP
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.TH SPHINX_LM_EVAL 1 "2008-05-12"
1+
.TH POCKETSPHINX_LM_EVAL 1 "2008-05-12"
22
.SH NAME
3-
sphinx_lm_eval \- Evaluate perplexity of a transcription
3+
pocketsphinx_lm_eval \- Evaluate perplexity of a transcription
44
.SH SYNOPSIS
5-
.B sphinx_lm_eval
5+
.B pocketsphinx_lm_eval
66
[\fI options \fR]...
77
.SH DESCRIPTION
88
.PP
@@ -38,7 +38,7 @@ Use memory-mapped I/O for reading binary LM files
3838
definition file for classes in LM
3939
.TP
4040
.B \-text
41-
string to evaluate
41+
string to evaluate
4242
.TP
4343
.B \-uw
4444
Unigram probability weight (interpolated with uniform distribution)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.TH SPHINX_LM_EVAL 1 "2008-05-12"
1+
.TH POCKETSPHINX_LM_EVAL 1 "2008-05-12"
22
.SH NAME
3-
sphinx_lm_eval \- Evaluate perplexity of a transcription
3+
pocketsphinx_lm_eval \- Evaluate perplexity of a transcription
44
.SH SYNOPSIS
5-
.B sphinx_lm_eval
5+
.B pocketsphinx_lm_eval
66
[\fI options \fR]...
77
.SH DESCRIPTION
88
.PP
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.TH SPHINX_PITCH 1 "2007-05-12"
1+
.TH POCKETSPHINX_PITCH 1 "2007-05-12"
22
.SH NAME
3-
sphinx_pitch \- Extract pitch from audio files
3+
spocketphinx_pitch \- Extract pitch from audio files
44
.SH SYNOPSIS
5-
.B sphinx_pitch
5+
.B pocketsphinx_pitch
66
[\fI options \fR]...
77
.SH DESCRIPTION
88
.PP
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.TH SPHINX_PITCH 1 "2007-05-12"
1+
.TH POCKETSPHINX_PITCH 1 "2007-05-12"
22
.SH NAME
3-
sphinx_pitch \- Extract pitch from audio files
3+
pocketsphinx_pitch \- Extract pitch from audio files
44
.SH SYNOPSIS
5-
.B sphinx_pitch
5+
.B pocketsphinx_pitch
66
[\fI options \fR]...
77
.SH DESCRIPTION
88
.PP

0 commit comments

Comments
 (0)