1MPDTEXPAND(1) User Commands MPDTEXPAND(1)
2
3
4
6 mpdtexpand - manual page for mpdtexpand 1.6.9
7
9 Expand a (bounded-stack) MPDT as an FST.
10
11 Usage: mpdtexpand in.pdt [out.fst]
12
13 PROGRAM FLAGS:
14
15 --connect: type = bool, default = true
16
17 Trim output? --keep_parentheses: type = bool, default = false
18 Keep PDT parentheses in result? --mpdt_parentheses: type =
19 string, default = "" MPDT parenthesis label pairs with assign‐
20 ments
21
22 LIBRARY FLAGS:
23
24 Flags from: flags.cc
25
26 --help: type = bool, default = false
27
28 show usage information --helpshort: type = bool, default = false
29 show brief usage information --tmpdir: type = string, default =
30 "/tmp" temporary directory --v: type = int32, default = 0 ver‐
31 bosity level
32
33 Flags from: fst.cc
34
35 --fst_align: type = bool, default = false
36
37 Write FST data aligned where appropriate --fst_default_cache_gc:
38 type = bool, default = true Enable garbage collection of cache
39 --fst_default_cache_gc_limit: type = int64, default = 1048576
40 Cache byte size that triggers garbage collection
41 --fst_read_mode: type = string, default = "read" Default file
42 reading mode for mappable files --fst_verify_properties: type =
43 bool, default = false Verify FST properties queried by TestProp‐
44 erties --save_relabel_ipairs: type = string, default = "" Save
45 input relabel pairs to file --save_relabel_opairs: type =
46 string, default = "" Save output relabel pairs to file
47
48 Flags from: symbol-table.cc
49
50 --fst_compat_symbols: type = bool, default = true
51
52 Require symbol tables to match when appropriate --fst_field_sep‐
53 arator: type = string, default = " " Set of characters used
54 as a separator between printed fields
55
56 Flags from: util.cc
57
58 --fst_error_fatal: type = bool, default = true
59
60 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
61 FSTs: kError property set, FST weights: not a Member()
62
63 Flags from: weight.cc
64
65 --fst_weight_parentheses: type = string, default = ""
66
67 Characters enclosing the first weight of a printed composite
68 weight (e.g., pair weight, tuple weight and derived classes) to
69 ensure proper I/O of nested composite weights; must have size 0
70 (none) or 2 (open and close parenthesis) --fst_weight_separator:
71 type = string, default = "," Character separator between printed
72 composite weights; must be a single character
73
74
75
76mpdtexpand 1.6.9 July 2018 MPDTEXPAND(1)