1fstpush(1)                       User Commands                      fstpush(1)
2
3
4

NAME

6       fstpush - push weights or labels in an FST
7

SYNOPSIS

9       fstpush [OPTIONS] [in.fst [out.fst]]
10

DESCRIPTION

12       Pushes weights and/or olabels in an FST.
13

OPTIONS

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       --push_labels[=BOOLEAN]
31              Push output labels.  Default: false.
32
33       --push_weights[=BOOLEAN]
34              Push weights.  Default: false.
35
36       --remove_common_affix[=BOOLEAN]
37              Remove  common  prefix/suffix  when  pushing  labels.   Default:
38              false.
39
40       --remove_total_weight[=BOOLEAN]
41              Remove total weight when pushing weights.  Default: false.
42
43       --to_final[=BOOLEAN]
44              Push to final states.  Default: false (push to initial states).
45
46       --fst_field_separator=STRING
47              Set the characters used as a separator between  printed  fields.
48              Default: "     ".
49
50       --fst_weight_parentheses=STRING
51              Set  the characters enclosing the first weight of a printed com‐
52              posite weight (e.g., pair  weight,  tuple  weight,  and  derived
53              classes) to ensure proper I/O of nested composite weights.  Must
54              have size 0 (none) or 2 (open and close parenthesis).   Default:
55              no parentheses.
56
57       --fst_weight_separator=CHARACTER
58              Set  the  character separator between printed composite weights.
59              Default: comma.
60
61       --save_relabel_ipairs=FILENAME
62              Save input relabel pairs to file.  Default: do not save.
63
64       --save_relabel_opairs=FILENAME
65              Save output relabel pairs to file.  Default: do not save.
66
67       --tmpdir=PATHNAME
68              Set the temporary directory to use.  Default: /tmp.
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
77       --delta=VALUE
78              Set the comparison/quantization delta.  Default: 0.000976562.
79

SEE ALSO

81       fstarcsort(1),  fstclosure(1),  fstcompile(1),  fstcompose(1),  fstcon‐
82       cat(1),  fstconnect(1),  fstconvert(1),  fstdeterminize(1),  fstdiffer‐
83       ence(1),  fstdraw(1),  fstencode(1),  fstepsnormalize(1),  fstequal(1),
84       fstequivalent(1), fstinfo(1), fstintersect(1), fstinvert(1), fstmap(1),
85       fstminimize(1), fstprint(1), fstproject(1), fstprune(1), fstrandgen(1),
86       fstrelabel(1), fstreplace(1), fstreverse(1),  fstreweight(1),  fstrmep‐
87       silon(1),  fstshortestdistance(1),  fstshortestpath(1),  fstsymbols(1),
88       fstsynchronize(1), fsttopsort(1), fstunion(1)
89
90
91
92OpenFst 1.2.7                    February 2011                      fstpush(1)
Impressum