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