1FARENCODE(1) User Commands FARENCODE(1)
2
3
4
6 farencode - manual page for farencode 1.8.2
7
9 Encodes FAR labels and/or weights.
10
11 Usage: farencode [in.far mapper [out.far]]
12
13 PROGRAM FLAGS:
14
15 --decode: type = bool, default = false
16
17 Decode labels and/or weights --encode_labels: type = bool, de‐
18 fault = false Encode output labels --encode_reuse: type = bool,
19 default = false Re-use existing mapper --encode_weights: type =
20 bool, default = false Encode weights --far_type: type =
21 std::string, default = "default" FAR file format type: one of:
22 "default", "fst", "stlist", "sttable"; "default" means use type
23 of input FAR
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
87farencode 1.8.2 July 2018 FARENCODE(1)