1FSTINFO(1) User Commands FSTINFO(1)
2
3
4
6 fstinfo - manual page for fstinfo 1.8.2
7
9 Prints out information about an FST.
10
11 Usage: fstinfo [in.fst]
12
13 PROGRAM FLAGS:
14
15 --arc_filter: type = std::string, default = "any"
16
17 Arc filter: one of "any", "epsilon", "iepsilon", "oepsilon";
18 this only affects the counts of (co)accessible states, connected
19 states, and (strongly) connected components --fst_verify: type =
20 bool, default = true Verify FST sanity --info_type: type =
21 std::string, default = "auto" Info format: one of "auto",
22 "long", "short", "fast".
23
24 auto: Equivalent to "long" if the FST is an ExpandedFst, otherwise
25 "short". long: Print all properties, computing if unknown; this may be
26 slow for large FSTs. short: Print only type and SymbolTable info.
27 fast: Print only info that is fast to obtain (by reading only the file
28 header); this is more info than "short", but less than "long".
29
30 --test_properties: type = bool, default = true
31
32 Compute property values (if unknown to FST)
33
34 LIBRARY FLAGS:
35
36 Flags from: flags.cc
37
38 --help: type = bool, default = false
39
40 show usage information --helpshort: type = bool, default = false
41 show brief usage information --tmpdir: type = std::string, de‐
42 fault = "/tmp" temporary directory --v: type = int32_t, default
43 = 0 verbosity level
44
45 Flags from: fst.cc
46
47 --fst_align: type = bool, default = false
48
49 Write FST data aligned where appropriate --fst_default_cache_gc:
50 type = bool, default = true Enable garbage collection of cache
51 --fst_default_cache_gc_limit: type = int64_t, default = 1048576
52 Cache byte size that triggers garbage collection
53 --fst_read_mode: type = std::string, default = "read" Default
54 file reading mode for mappable files --fst_verify_properties:
55 type = bool, default = false Verify FST properties queried by
56 TestProperties --save_relabel_ipairs: type = std::string, de‐
57 fault = "" Save input relabel pairs to file --save_rela‐
58 bel_opairs: type = std::string, default = "" Save output relabel
59 pairs to file
60
61 Flags from: symbol-table.cc
62
63 --fst_compat_symbols: type = bool, default = true
64
65 Require symbol tables to match when appropriate --fst_field_sep‐
66 arator: type = std::string, default = " " Set of charac‐
67 ters used as a separator between printed fields
68
69 Flags from: util.cc
70
71 --fst_error_fatal: type = bool, default = true
72
73 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
74 FSTs: kError property set, FST weights: not a Member()
75
76 Flags from: weight.cc
77
78 --fst_weight_parentheses: type = std::string, default = ""
79
80 Characters enclosing the first weight of a printed composite
81 weight (e.g., pair weight, tuple weight and derived classes) to
82 ensure proper I/O of nested composite weights; must have size 0
83 (none) or 2 (open and close parenthesis) --fst_weight_separator:
84 type = std::string, default = "," Character separator between
85 printed composite weights; must be a single character
86
87
88
89fstinfo 1.8.2 July 2018 FSTINFO(1)