File: mpdtexpand.1

package info (click to toggle)
openfst 1.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,304 kB
  • ctags: 11,780
  • sloc: cpp: 45,823; sh: 11,626; ansic: 5,404; makefile: 561; python: 79
file content (83 lines) | stat: -rw-r--r-- 2,906 bytes parent folder | download | duplicates (2)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.TH "mpdtexpand" "1" "@DATE@" "OpenFst @VERSION@" "User Commands"
.SH "NAME"
mpdtexpand \- expand a MPDT as an FST
.SH "SYNOPSIS"
.B mpdtexpand
[\fIOPTIONS\fP] \fIin.mpdt\fP [\fIout.fst\fP]
.SH "DESCRIPTION"
.PP
Expands a (bounded-stack) MPDT as an FST.
.SH "OPTIONS"
.PP
Boolean options accept either \fItrue\fP or \fIfalse\fP as a value, or the
implicit value \fItrue\fP if neither value is specified.
.TP
\fB\-\-connect\fP[=\fIBOOLEAN\fP]
Trim output.  Default: true.
.TP
\fB\-\-fst_align\fP[=\fIBOOLEAN\fP]
Write FST data aligned where appropriate.  Default: false.
.TP
\fB\-\-fst_compat_symbols\fP[=\fIBOOLEAN\fP]
Require symbol tables to match when appropriate.  Default: true.
.TP
\fB\-\-fst_default_cache_gc\fP[=\fIBOOLEAN\fP]
Enable garbage collection of cache.  Default: true.
.TP
\fB\-\-fst_default_cache_gc_limit\fP=\fIN\fP
Set the cache byte size that triggers garbage collection.  Default: 1048576.
.TP
\fB\-\-fst_error_fatal[=\fIBOOLEAN\fP]
If true, FST errors are fatal.  Otherwise, returned objects are flagged as bad.
For example, FSTs are returned with the \fIkError\fP property set to true, and
FST weights set so that \fIMember()\fP returns false.  Default: true.
.TP
\fB\-\-fst_field_separator\fP=\fISTRING\fP
Set the characters used as a separator between printed fields.  Default:
"	 ".
.TP
\fB\-\-fst_read_mode\fP=\fISTRING\fP
Set the default file reading mode for mappable files, either "read" or "map".
Default: "read".
.TP
\fB\-\-fst_verify_properties\fP[=\fIBOOLEAN\fP]
Verify fst properties queried by TestProperties.  Default: false.
.TP
\fB\-\-fst_weight_parentheses\fP=\fISTRING\fP
Set the characters enclosing the first weight of a printed composite weight
(e.g., pair weight, tuple weight, and derived classes) to ensure proper I/O of
nested composite weights.  Must have size 0 (none) or 2 (open and close
parenthesis).  Default: no parentheses.
.TP
\fB\-\-fst_weight_separator\fP=\fICHARACTER\fP
Set the character separator between printed composite weights.  Default: comma.
.TP
\fB\-\-help\fP[=\fIBOOLEAN\fP]
Show usage information.  Default: false.
.TP
\fB\-\-helpshort\fP[=\fIBOOLEAN\fP]
Show brief usage information.  Default: false.
.TP
\fB\-\-keep_parentheses\fP[=\fIBOOLEAN\fP]
Keep MPDT parentheses in the result.  Default: false.
.TP
\fB\-\-mpdt_parentheses\fP=\fISTRING\fP
Set the MPDT parenthesis label pairs.  Default: empty string.
.TP
\fB\-\-save_relabel_ipairs\fP=\fIFILENAME\fP
Save input relabel pairs to file.  Default: do not save.
.TP
\fB\-\-save_relabel_opairs\fP=\fIFILENAME\fP
Save output relabel pairs to file.  Default: do not save.
.TP
\fB\-\-tmpdir\fP=\fIPATHNAME\fP
Set the temporary directory to use.  Default: /tmp.
.TP
\fB\-\-v\fP[=\fIN\fP]
Set the verbosity level.  Default: 0.
.TP
\fB\-\-weight\fP=\fITHRESHOLD\fP
Set the weight threshold.  Default: "".
.SH "SEE ALSO"
.PP
\fImpdtcompose\fP(1), \fImpdtinfo\fP(1), \fImpdtreverse\fP(1)