1FSTENCODE(1) User Commands FSTENCODE(1)
2
3
4
6 fstencode - manual page for fstencode 1.8.2
7
9 Encodes transducer labels and/or weights.
10
11 Usage: fstencode in.fst mapper [out.fst]
12
13 PROGRAM FLAGS:
14
15 --decode: type = bool, default = false
16
17 Decode labels and/or weights --encode_labels: type = bool, de‐
18 fault = false Encode output labels --encode_reuse: type = bool,
19 default = false Re-use existing mapper --encode_weights: type =
20 bool, default = false Encode weights
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 = std::string, de‐
30 fault = "/tmp" temporary directory --v: type = int32_t, default
31 = 0 verbosity 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_t, default = 1048576
40 Cache byte size that triggers garbage collection
41 --fst_read_mode: type = std::string, default = "read" Default
42 file reading mode for mappable files --fst_verify_properties:
43 type = bool, default = false Verify FST properties queried by
44 TestProperties --save_relabel_ipairs: type = std::string, de‐
45 fault = "" Save input relabel pairs to file --save_rela‐
46 bel_opairs: type = std::string, default = "" Save output relabel
47 pairs to file
48
49 Flags from: symbol-table.cc
50
51 --fst_compat_symbols: type = bool, default = true
52
53 Require symbol tables to match when appropriate --fst_field_sep‐
54 arator: type = std::string, default = " " Set of charac‐
55 ters used as a separator between printed fields
56
57 Flags from: util.cc
58
59 --fst_error_fatal: type = bool, default = true
60
61 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
62 FSTs: kError property set, FST weights: not a Member()
63
64 Flags from: weight.cc
65
66 --fst_weight_parentheses: type = std::string, default = ""
67
68 Characters enclosing the first weight of a printed composite
69 weight (e.g., pair weight, tuple weight and derived classes) to
70 ensure proper I/O of nested composite weights; must have size 0
71 (none) or 2 (open and close parenthesis) --fst_weight_separator:
72 type = std::string, default = "," Character separator between
73 printed composite weights; must be a single character
74
75
76
77fstencode 1.8.2 July 2018 FSTENCODE(1)