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