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

NAME

6       fstdeterminize - determinize an FST
7

SYNOPSIS

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

DESCRIPTION

12       Determinizes  an FST.  If the input FST is already deterministic, it is
13       unchanged.  If it is nondeterministic, then an equivalent deterministic
14       FST is output.
15

OPTIONS

17       Boolean options accept either true or false as a value, or the implicit
18       value true if neither value is specified.
19
20       --fst_compat_symbols[=BOOLEAN]
21              Require symbol tables to match when appropriate.  Default: true.
22
23       --fst_default_cache_gc[=BOOLEAN]
24              Enable garbage collection of cache.  Default: true.
25
26       --fst_verify_properties[=BOOLEAN]
27              Verify  fst  properties  queried  by  TestProperties.   Default:
28              false.
29
30       --help Show usage information.
31
32       --fst_field_separator=STRING
33              Set  the  characters used as a separator between printed fields.
34              Default: "     ".
35
36       --fst_weight_parentheses=STRING
37              Set the characters enclosing the first weight of a printed  com‐
38              posite  weight  (e.g.,  pair  weight,  tuple weight, and derived
39              classes) to ensure proper I/O of nested composite weights.  Must
40              have  size 0 (none) or 2 (open and close parenthesis).  Default:
41              no parentheses.
42
43       --fst_weight_separator=CHARACTER
44              Set the character separator between printed  composite  weights.
45              Default: comma.
46
47       --save_relabel_ipairs=FILENAME
48              Save input relabel pairs to file.  Default: do not save.
49
50       --save_relabel_opairs=FILENAME
51              Save output relabel pairs to file.  Default: do not save.
52
53       --tmpdir=PATHNAME
54              Set the temporary directory to use.  Default: /tmp.
55
56       --weight=THRESHOLD
57              Set the weight threshold.  Default: "".
58
59       --v[=N]
60              Set the verbosity level.  Default: 0.
61
62       --fst_default_cache_gc_limit=N
63              Set  the  cache  byte  size  that  triggers  garbage collection.
64              Default: 1048576.
65
66       --nstate=NUMBER
67              Set the state number threshold.  Default: -1.
68
69       --subsequential_label=LABEL
70              Set the input label of the arc corresponding to  residual  final
71              output when producing a subsequential transducer.  Default: 0.
72
73       --delta=VALUE
74              Set the comparison/quantization delta.  Default: 0.000976562.
75

SEE ALSO

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