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