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