1farinfo(1) User Commands farinfo(1)
2
3
4
6 farinfo - query a finite-state archive
7
9 farinfo [OPTIONS] in.far...
10
12 Prints some basic information about the FSTs in an FST archive.
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 --fst_compat_symbols[=BOOLEAN]
19 Require symbol tables to match when appropriate. Default: true.
20
21 --fst_default_cache_gc[=BOOLEAN]
22 Enable garbage collection of cache. Default: true.
23
24 --fst_verify_properties[=BOOLEAN]
25 Verify fst properties queried by TestProperties. Default:
26 false.
27
28 --help Show usage information.
29
30 --list_fsts[=BOOLEAN]
31 Display FST information for each key. Default: false.
32
33 --begin_key=NAME
34 Set the first key to list. Default: first key in the archive.
35
36 --end_key=NAME
37 Set the last key to list. Default: last key in the archive.
38
39 --fst_field_separator=STRING
40 Set the characters used as a separator between printed fields.
41 Default: " ".
42
43 --fst_weight_parentheses=STRING
44 Set the characters enclosing the first weight of a printed com‐
45 posite weight (e.g., pair weight, tuple weight, and derived
46 classes) to ensure proper I/O of nested composite weights. Must
47 have size 0 (none) or 2 (open and close parenthesis). Default:
48 no parentheses.
49
50 --fst_weight_separator=CHARACTER
51 Set the character separator between printed composite weights.
52 Default: comma.
53
54 --save_relabel_ipairs=FILENAME
55 Save input relabel pairs to file. Default: do not save.
56
57 --save_relabel_opairs=FILENAME
58 Save output relabel pairs to file. Default: do not save.
59
60 --tmpdir=PATHNAME
61 Set the temporary directory to use. Default: /tmp.
62
63 --v[=N]
64 Set the verbosity level. Default: 0.
65
66 --fst_default_cache_gc_limit=N
67 Set the cache byte size that triggers garbage collection.
68 Default: 1048576.
69
71 farcompilestrings(1), farcreate(1), farextract(1), farprintstrings(1)
72
73
74
75OpenFst 1.2.7 February 2011 farinfo(1)