25 lines
814 B
Groff
25 lines
814 B
Groff
|
.TH POCKETSPHINX_MDEF_CONVERT 1 "2007-08-27"
|
||
|
.SH NAME
|
||
|
pocketsphinx_mdef_convert \- Convert text-format model definition files to and from PocketSphinx format
|
||
|
.SH SYNOPSIS
|
||
|
.B pocketsphinx_mdef_convert
|
||
|
[\fI options \fR]
|
||
|
.B INPUT OUTPUT
|
||
|
.SH DESCRIPTION
|
||
|
.PP
|
||
|
This program converts the text format acoustic model definition files
|
||
|
generated by SphinxTrain into the fast binary format used by
|
||
|
PocketSphinx. It can also convert binary files back to text format.
|
||
|
.TP
|
||
|
.B -text
|
||
|
The input is in text format, and is to be converted to binary.
|
||
|
.TP
|
||
|
.B -bin
|
||
|
The input is in binary format, and is to be converted to text.
|
||
|
.SH AUTHOR
|
||
|
Written by David Huggins-Daines <dhuggins@cs.cmu.edu>.
|
||
|
.SH COPYRIGHT
|
||
|
Copyright \(co 2006 Carnegie Mellon University. See the file
|
||
|
\fICOPYING\fR included with this package for more information.
|
||
|
.br
|