1FSTSPECIAL(1) User Commands FSTSPECIAL(1)
2
3
4
6 fstspecial - manual page for fstspecial 1.6.9
7
9 Converts an FST to another type.
10
11 Usage: fstspecial [in.fst [out.fst]]
12
13 PROGRAM FLAGS:
14
15 --fst_type: type = string, default = "vector"
16
17 Output FST type
18
19 LIBRARY FLAGS:
20
21 Flags from: flags.cc
22
23 --help: type = bool, default = false
24
25 show usage information --helpshort: type = bool, default = false
26 show brief usage information --tmpdir: type = string, default =
27 "/tmp" temporary directory --v: type = int32, default = 0 ver‐
28 bosity level
29
30 Flags from: fst.cc
31
32 --fst_align: type = bool, default = false
33
34 Write FST data aligned where appropriate --fst_default_cache_gc:
35 type = bool, default = true Enable garbage collection of cache
36 --fst_default_cache_gc_limit: type = int64, default = 1048576
37 Cache byte size that triggers garbage collection
38 --fst_read_mode: type = string, default = "read" Default file
39 reading mode for mappable files --fst_verify_properties: type =
40 bool, default = false Verify FST properties queried by TestProp‐
41 erties --save_relabel_ipairs: type = string, default = "" Save
42 input relabel pairs to file --save_relabel_opairs: type =
43 string, default = "" Save output relabel pairs to file
44
45 Flags from: phi-fst.cc
46
47 --phi_fst_phi_label: type = int64, default = 0
48
49 Label of transitions to be interpreted as phi ('failure') tran‐
50 sitions --phi_fst_phi_loop: type = bool, default = true When
51 true, a phi self loop consumes a symbol --phi_fst_rewrite_mode:
52 type = string, default = "auto" Rewrite both sides when match‐
53 ing? One of: "auto" (rewrite iff acceptor), "always", "never"
54
55 Flags from: rho-fst.cc
56
57 --rho_fst_rewrite_mode: type = string, default = "auto"
58
59 Rewrite both sides when matching? One of: "auto" (rewrite iff
60 acceptor), "always", "never" --rho_fst_rho_label: type = int64,
61 default = 0 Label of transitions to be interpreted as rho
62 ('rest') transitions
63
64 Flags from: sigma-fst.cc
65
66 --sigma_fst_rewrite_mode: type = string, default = "auto"
67
68 Rewrite both sides when matching? One of: "auto" (rewrite iff
69 acceptor), "always", "never" --sigma_fst_sigma_label: type =
70 int64, default = 0 Label of transitions to be interpreted as
71 sigma ('any') transitions
72
73 Flags from: symbol-table.cc
74
75 --fst_compat_symbols: type = bool, default = true
76
77 Require symbol tables to match when appropriate --fst_field_sep‐
78 arator: type = string, default = " " Set of characters used
79 as a separator between printed fields
80
81 Flags from: util.cc
82
83 --fst_error_fatal: type = bool, default = true
84
85 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
86 FSTs: kError property set, FST weights: not a Member()
87
88 Flags from: weight.cc
89
90 --fst_weight_parentheses: type = string, default = ""
91
92 Characters enclosing the first weight of a printed composite
93 weight (e.g., pair weight, tuple weight and derived classes) to
94 ensure proper I/O of nested composite weights; must have size 0
95 (none) or 2 (open and close parenthesis) --fst_weight_separator:
96 type = string, default = "," Character separator between printed
97 composite weights; must be a single character
98
99
100
101fstspecial 1.6.9 July 2018 FSTSPECIAL(1)