1FARCREATE(1) User Commands FARCREATE(1)
2
3
4
6 farcreate - manual page for farcreate 1.8.2
7
9 Creates a finite-state archive from input FSTs.
10
11 Usage:farcreate [in1.fst [[in2.fst ...] out.far]]
12
13 PROGRAM FLAGS:
14
15 --far_type: type = std::string, default = "default"
16
17 FAR file format type: one of: "default", "stlist", "sttable"
18 --file_list_input: type = bool, default = false Each input file
19 contains a list of files to be processed --generate_keys: type =
20 int32_t, default = 0 Generate N digit numeric keys (def: use
21 file basenames) --key_prefix: type = std::string, default = ""
22 Prefix to append to keys --key_suffix: type = std::string, de‐
23 fault = "" Suffix to append to keys
24
25 LIBRARY FLAGS:
26
27 Flags from: compile-strings.cc
28
29 --far_field_separator: type = std::string, default = "
30 "
31
32 Set of characters used as a separator between printed fields
33
34 Flags from: flags.cc
35
36 --help: type = bool, default = false
37
38 show usage information --helpshort: type = bool, default = false
39 show brief usage information --tmpdir: type = std::string, de‐
40 fault = "/tmp" temporary directory --v: type = int32_t, default
41 = 0 verbosity level
42
43 Flags from: fst.cc
44
45 --fst_align: type = bool, default = false
46
47 Write FST data aligned where appropriate --fst_default_cache_gc:
48 type = bool, default = true Enable garbage collection of cache
49 --fst_default_cache_gc_limit: type = int64_t, default = 1048576
50 Cache byte size that triggers garbage collection
51 --fst_read_mode: type = std::string, default = "read" Default
52 file reading mode for mappable files --fst_verify_properties:
53 type = bool, default = false Verify FST properties queried by
54 TestProperties --save_relabel_ipairs: type = std::string, de‐
55 fault = "" Save input relabel pairs to file --save_rela‐
56 bel_opairs: type = std::string, default = "" Save output relabel
57 pairs to file
58
59 Flags from: symbol-table.cc
60
61 --fst_compat_symbols: type = bool, default = true
62
63 Require symbol tables to match when appropriate --fst_field_sep‐
64 arator: type = std::string, default = " " Set of charac‐
65 ters used as a separator between printed fields
66
67 Flags from: util.cc
68
69 --fst_error_fatal: type = bool, default = true
70
71 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
72 FSTs: kError property set, FST weights: not a Member()
73
74 Flags from: weight.cc
75
76 --fst_weight_parentheses: type = std::string, default = ""
77
78 Characters enclosing the first weight of a printed composite
79 weight (e.g., pair weight, tuple weight and derived classes) to
80 ensure proper I/O of nested composite weights; must have size 0
81 (none) or 2 (open and close parenthesis) --fst_weight_separator:
82 type = std::string, default = "," Character separator between
83 printed composite weights; must be a single character
84
85
86
87farcreate 1.8.2 July 2018 FARCREATE(1)