1FSTDISAMBIGUATE(1) User Commands FSTDISAMBIGUATE(1)
2
3
4
6 fstdisambiguate - manual page for fstdisambiguate 1.8.2
7
9 Disambiguates an FST.
10
11 Usage: fstdisambiguate [in.fst [out.fst]]
12
13 PROGRAM FLAGS:
14
15 --delta: type = double, default = 0.000976562
16
17 Comparison/quantization delta --nstate: type = int64_t, default
18 = -1 State number threshold --subsequential_label: type =
19 int64_t, default = 0 Input label of arc corresponding to resid‐
20 ual final output when producing a subsequential transducer
21 --weight: type = std::string, default = "" Weight threshold
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
78fstdisambiguate 1.8.2 July 2018 FSTDISAMBIGUATE(1)