1fstequal(1) User Commands fstequal(1)
2
3
4
6 fstequal - determine whether two FSTs are equal
7
9 fstequal [OPTIONS] in1.fst in2.fst
10
12 Determines whether two FSTs are equal. The exit status is zero for
13 equal FSTs, and nonzero for unequal FSTs.
14
16 Boolean options accept either true or false as a value, or the implicit
17 value true if neither value is specified.
18
19 --fst_compat_symbols[=BOOLEAN]
20 Require symbol tables to match when appropriate. Default: true.
21
22 --fst_default_cache_gc[=BOOLEAN]
23 Enable garbage collection of cache. Default: true.
24
25 --fst_verify_properties[=BOOLEAN]
26 Verify fst properties queried by TestProperties. Default:
27 false.
28
29 --help Show usage information.
30
31 --fst_field_separator=STRING
32 Set the characters used as a separator between printed fields.
33 Default: " ".
34
35 --fst_weight_parentheses=STRING
36 Set the characters enclosing the first weight of a printed com‐
37 posite weight (e.g., pair weight, tuple weight, and derived
38 classes) to ensure proper I/O of nested composite weights. Must
39 have size 0 (none) or 2 (open and close parenthesis). Default:
40 no parentheses.
41
42 --fst_weight_separator=CHARACTER
43 Set the character separator between printed composite weights.
44 Default: comma.
45
46 --save_relabel_ipairs=FILENAME
47 Save input relabel pairs to file. Default: do not save.
48
49 --save_relabel_opairs=FILENAME
50 Save output relabel pairs to file. Default: do not save.
51
52 --tmpdir=PATHNAME
53 Set the temporary directory to use. Default: /tmp.
54
55 --v[=N]
56 Set the verbosity level. Default: 0.
57
58 --fst_default_cache_gc_limit=N
59 Set the cache byte size that triggers garbage collection.
60 Default: 1048576.
61
62 --delta=VALUE
63 Set the comparison/quantization delta. Default: 0.000976562.
64
66 fstarcsort(1), fstclosure(1), fstcompile(1), fstcompose(1), fstcon‐
67 cat(1), fstconnect(1), fstconvert(1), fstdeterminize(1), fstdiffer‐
68 ence(1), fstdraw(1), fstencode(1), fstepsnormalize(1), fstequiva‐
69 lent(1), fstinfo(1), fstintersect(1), fstinvert(1), fstmap(1), fstmini‐
70 mize(1), fstprint(1), fstproject(1), fstprune(1), fstpush(1), fstrand‐
71 gen(1), fstrelabel(1), fstreplace(1), fstreverse(1), fstreweight(1),
72 fstrmepsilon(1), fstshortestdistance(1), fstshortestpath(1), fstsym‐
73 bols(1), fstsynchronize(1), fsttopsort(1), fstunion(1)
74
75
76
77OpenFst 1.2.7 February 2011 fstequal(1)