1FARCOMPILESTRINGS(1) User Commands FARCOMPILESTRINGS(1)
2
3
4
6 farcompilestrings - manual page for farcompilestrings 1.6.9
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 = string, default = "standard" Output arc type
20 --entry_type: type = string, default = "line" Entry type: one of
21 : "file" (one FST per file), "line" (one FST per line)
22 --far_type: type = string, default = "default" FAR file format
23 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 string, default = "vector" Output FST type --generate_keys: type
27 = int32, 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 string, default = "" Prefix to append to keys --key_suffix: type
33 = string, default = "" Suffix to append to keys --symbols: type
34 = string, default = "" Label symbol table --token_type: type =
35 string, default = "symbol" Token type: one of : "symbol",
36 "byte", "utf8" --unknown_symbol: type = string, default = ""
37
38 LIBRARY FLAGS:
39
40 Flags from: flags.cc
41
42 --help: type = bool, default = false
43
44 show usage information --helpshort: type = bool, default = false
45 show brief usage information --tmpdir: type = string, default =
46 "/tmp" temporary directory --v: type = int32, default = 0 ver‐
47 bosity level
48
49 Flags from: fst.cc
50
51 --fst_align: type = bool, default = false
52
53 Write FST data aligned where appropriate --fst_default_cache_gc:
54 type = bool, default = true Enable garbage collection of cache
55 --fst_default_cache_gc_limit: type = int64, default = 1048576
56 Cache byte size that triggers garbage collection
57 --fst_read_mode: type = string, default = "read" Default file
58 reading mode for mappable files --fst_verify_properties: type =
59 bool, default = false Verify FST properties queried by TestProp‐
60 erties --save_relabel_ipairs: type = string, default = "" Save
61 input relabel pairs to file --save_relabel_opairs: type =
62 string, default = "" Save output relabel pairs to file
63
64 Flags from: strings.cc
65
66 --far_field_separator: type = string, default = "
67 "
68
69 Set of characters used as a separator between printed fields
70
71 Flags from: symbol-table.cc
72
73 --fst_compat_symbols: type = bool, default = true
74
75 Require symbol tables to match when appropriate --fst_field_sep‐
76 arator: type = string, default = " " Set of characters used
77 as a separator between printed fields
78
79 Flags from: util.cc
80
81 --fst_error_fatal: type = bool, default = true
82
83 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
84 FSTs: kError property set, FST weights: not a Member()
85
86 Flags from: weight.cc
87
88 --fst_weight_parentheses: type = string, default = ""
89
90 Characters enclosing the first weight of a printed composite
91 weight (e.g., pair weight, tuple weight and derived classes) to
92 ensure proper I/O of nested composite weights; must have size 0
93 (none) or 2 (open and close parenthesis) --fst_weight_separator:
94 type = string, default = "," Character separator between printed
95 composite weights; must be a single character
96
97
98
99farcompilestrings 1.6.9 July 2018 FARCOMPILESTRINGS(1)