1farcreate(1) User Commands farcreate(1)
2
3
4
6 farcreate - create a finite-state archive from input FSTs
7
9 farcreate [OPTIONS] in.fst... out.far
10
12 Creates a finite-state archive from input FSTs.
13
15 Boolean options accept either true or false as a value, or the implicit
16 value true if neither value is specified.
17
18 --file_list_input[=BOOLEAN]
19 Each input file contains a list of files to be processed.
20 Default: false.
21
22 --fst_compat_symbols[=BOOLEAN]
23 Require symbol tables to match when appropriate. Default: true.
24
25 --fst_default_cache_gc[=BOOLEAN]
26 Enable garbage collection of cache. Default: true.
27
28 --fst_verify_properties[=BOOLEAN]
29 Verify fst properties queried by TestProperties. Default:
30 false.
31
32 --help Show usage information.
33
34 --far_type=TYPE
35 Set the FAR file format. Default: default.
36
37 --fst_field_separator=STRING
38 Set the characters used as a separator between printed fields.
39 Default: " ".
40
41 --fst_weight_parentheses=STRING
42 Set the characters enclosing the first weight of a printed com‐
43 posite weight (e.g., pair weight, tuple weight, and derived
44 classes) to ensure proper I/O of nested composite weights. Must
45 have size 0 (none) or 2 (open and close parenthesis). Default:
46 no parentheses.
47
48 --fst_weight_separator=CHARACTER
49 Set the character separator between printed composite weights.
50 Default: comma.
51
52 --key_prefix=STRING
53 Set the prefix to prepend to keys. Default: no prefix.
54
55 --key_suffix=STRING
56 Set the suffix to append to keys. Default: no suffix.
57
58 --save_relabel_ipairs=FILENAME
59 Save input relabel pairs to file. Default: do not save.
60
61 --save_relabel_opairs=FILENAME
62 Save output relabel pairs to file. Default: do not save.
63
64 --tmpdir=PATHNAME
65 Set the temporary directory to use. Default: /tmp.
66
67 --generate_keys=N
68 Generate N digit numeric keys. Default: use file basenames.
69
70 --v[=N]
71 Set the verbosity level. Default: 0.
72
73 --fst_default_cache_gc_limit=N
74 Set the cache byte size that triggers garbage collection.
75 Default: 1048576.
76
78 farcompilestrings(1), farextract(1), farinfo(1), farprintstrings(1)
79
80
81
82OpenFst 1.2.7 February 2011 farcreate(1)