1FSTSHORTESTDISTANCE(1) User Commands FSTSHORTESTDISTANCE(1)
2
3
4
6 fstshortestdistance - manual page for fstshortestdistance 1.8.2
7
9 Finds shortest distance(s) in an FST.
10
11 Usage: fstshortestdistance [in.fst [distance.txt]]
12
13 PROGRAM FLAGS:
14
15 --delta: type = double, default = 1e-06
16
17 Comparison/quantization delta --nstate: type = int64_t, default
18 = -1 State number threshold --queue_type: type = std::string,
19 default = "auto" Queue type: one of "auto", "fifo", "lifo",
20 "shortest", "state", "top" --reverse: type = bool, default =
21 false Perform in the reverse direction
22
23 LIBRARY FLAGS:
24
25 Flags from: flags.cc
26
27 --help: type = bool, default = false
28
29 show usage information --helpshort: type = bool, default = false
30 show brief usage information --tmpdir: type = std::string, de‐
31 fault = "/tmp" temporary directory --v: type = int32_t, default
32 = 0 verbosity level
33
34 Flags from: fst.cc
35
36 --fst_align: type = bool, default = false
37
38 Write FST data aligned where appropriate --fst_default_cache_gc:
39 type = bool, default = true Enable garbage collection of cache
40 --fst_default_cache_gc_limit: type = int64_t, default = 1048576
41 Cache byte size that triggers garbage collection
42 --fst_read_mode: type = std::string, default = "read" Default
43 file reading mode for mappable files --fst_verify_properties:
44 type = bool, default = false Verify FST properties queried by
45 TestProperties --save_relabel_ipairs: type = std::string, de‐
46 fault = "" Save input relabel pairs to file --save_rela‐
47 bel_opairs: type = std::string, default = "" Save output relabel
48 pairs to file
49
50 Flags from: symbol-table.cc
51
52 --fst_compat_symbols: type = bool, default = true
53
54 Require symbol tables to match when appropriate --fst_field_sep‐
55 arator: type = std::string, default = " " Set of charac‐
56 ters used as a separator between printed fields
57
58 Flags from: util.cc
59
60 --fst_error_fatal: type = bool, default = true
61
62 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
63 FSTs: kError property set, FST weights: not a Member()
64
65 Flags from: weight.cc
66
67 --fst_weight_parentheses: type = std::string, default = ""
68
69 Characters enclosing the first weight of a printed composite
70 weight (e.g., pair weight, tuple weight and derived classes) to
71 ensure proper I/O of nested composite weights; must have size 0
72 (none) or 2 (open and close parenthesis) --fst_weight_separator:
73 type = std::string, default = "," Character separator between
74 printed composite weights; must be a single character
75
76
77
78fstshortestdistance 1.8.2 July 2018 FSTSHORTESTDISTANCE(1)