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