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

NAME

6       pdtcompose - compose a PDT and an FST
7

SYNOPSIS

9       pdtcompose [OPTIONS] in.pdt in.fst [out.pdt]
10       pdtcompose [OPTIONS] in.fst in.pdt [out.pdt]
11

DESCRIPTION

13       Composes a PDT and an FST.
14

OPTIONS

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

SEE ALSO

73       fstcompose(1),  pdtexpand(1), pdtinfo(1), pdtreplace(1), pdtreverse(1),
74       pdtshortestpath(1)
75
76
77
78OpenFst @VERSION@                February 2011                   pdtcompose(1)
Impressum