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