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