1FSTPRINT(1) User Commands FSTPRINT(1)
2
3
4
6 fstprint - manual page for fstprint 1.6.9
7
9 Prints out binary FSTs in simple text format.
10
11 Usage: fstprint [binary.fst [text.fst]]
12
13 PROGRAM FLAGS:
14
15 --acceptor: type = bool, default = false
16
17 Input in acceptor format? --allow_negative_labels: type = bool,
18 default = false Allow negative labels (not recommended; may
19 cause conflicts)? --isymbols: type = string, default = "" Input
20 label symbol table --missing_symbol: type = string, default = ""
21 Symbol to print when lookup fails (default raises error)
22 --numeric: type = bool, default = false Print numeric labels?
23 --osymbols: type = string, default = "" Output label symbol ta‐
24 ble --save_isymbols: type = string, default = "" Save input sym‐
25 bol table to file --save_osymbols: type = string, default = ""
26 Save output symbol table to file --show_weight_one: type = bool,
27 default = false Print/draw arc weights and final weights equal
28 to semiring One? --ssymbols: type = string, default = "" State
29 label symbol table
30
31 LIBRARY FLAGS:
32
33 Flags from: flags.cc
34
35 --help: type = bool, default = false
36
37 show usage information --helpshort: type = bool, default = false
38 show brief usage information --tmpdir: type = string, default =
39 "/tmp" temporary directory --v: type = int32, default = 0 ver‐
40 bosity level
41
42 Flags from: fst.cc
43
44 --fst_align: type = bool, default = false
45
46 Write FST data aligned where appropriate --fst_default_cache_gc:
47 type = bool, default = true Enable garbage collection of cache
48 --fst_default_cache_gc_limit: type = int64, default = 1048576
49 Cache byte size that triggers garbage collection
50 --fst_read_mode: type = string, default = "read" Default file
51 reading mode for mappable files --fst_verify_properties: type =
52 bool, default = false Verify FST properties queried by TestProp‐
53 erties --save_relabel_ipairs: type = string, default = "" Save
54 input relabel pairs to file --save_relabel_opairs: type =
55 string, default = "" Save output relabel pairs to file
56
57 Flags from: symbol-table.cc
58
59 --fst_compat_symbols: type = bool, default = true
60
61 Require symbol tables to match when appropriate --fst_field_sep‐
62 arator: type = string, default = " " Set of characters used
63 as a separator between printed fields
64
65 Flags from: util.cc
66
67 --fst_error_fatal: type = bool, default = true
68
69 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
70 FSTs: kError property set, FST weights: not a Member()
71
72 Flags from: weight.cc
73
74 --fst_weight_parentheses: type = string, default = ""
75
76 Characters enclosing the first weight of a printed composite
77 weight (e.g., pair weight, tuple weight and derived classes) to
78 ensure proper I/O of nested composite weights; must have size 0
79 (none) or 2 (open and close parenthesis) --fst_weight_separator:
80 type = string, default = "," Character separator between printed
81 composite weights; must be a single character
82
83
84
85fstprint 1.6.9 July 2018 FSTPRINT(1)