1pdtreplace(1) User Commands pdtreplace(1)
2
3
4
6 pdtreplace - replace FST arcs with other FSTs
7
9 pdtreplace [OPTIONS] root.fst rootlabel [rule.fst label...] [out.fst]
10
12 Recursively replace FST arcs with other 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 --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 --fst_field_separator=STRING
31 Set the characters used as a separator between printed fields.
32 Default: " ".
33
34 --fst_weight_parentheses=STRING
35 Set the characters enclosing the first weight of a printed com‐
36 posite weight (e.g., pair weight, tuple weight, and derived
37 classes) to ensure proper I/O of nested composite weights. Must
38 have size 0 (none) or 2 (open and close parenthesis). Default:
39 no parentheses.
40
41 --fst_weight_separator=CHARACTER
42 Set the character separator between printed composite weights.
43 Default: comma.
44
45 --pdt_parentheses=STRING
46 Set the PDT parenthesis label pairs.
47
48 --save_relabel_ipairs=FILENAME
49 Save input relabel pairs to file. Default: do not save.
50
51 --save_relabel_opairs=FILENAME
52 Save output relabel pairs to file. Default: do not save.
53
54 --tmpdir=PATHNAME
55 Set the temporary directory to use. Default: /tmp.
56
57 --v[=N]
58 Set the verbosity level. Default: 0.
59
60 --fst_default_cache_gc_limit=N
61 Set the cache byte size that triggers garbage collection.
62 Default: 1048576.
63
65 fstreplace(1), pdtcompose(1), pdtexpand(1), pdtinfo(1), pdtreverse(1),
66 pdtshortestpath(1)
67
68
69
70OpenFst @VERSION@ February 2011 pdtreplace(1)