1FSTLOGLINEARAPPLY(1) User Commands FSTLOGLINEARAPPLY(1)
2
3
4
6 fstloglinearapply - manual page for fstloglinearapply 1.6.9
7
9 Applies an FST to another FST, treating the second as a log-linear
10 model.
11
12 Usage: fstloglinearapply in.fst linear.fst [out.fst]
13
14 PROGRAM FLAGS:
15
16 --normalize: type = bool, default = true
17
18 Normalize to get posterior
19
20 LIBRARY FLAGS:
21
22 Flags from: flags.cc
23
24 --help: type = bool, default = false
25
26 show usage information --helpshort: type = bool, default = false
27 show brief usage information --tmpdir: type = string, default =
28 "/tmp" temporary directory --v: type = int32, default = 0 ver‐
29 bosity level
30
31 Flags from: fst.cc
32
33 --fst_align: type = bool, default = false
34
35 Write FST data aligned where appropriate --fst_default_cache_gc:
36 type = bool, default = true Enable garbage collection of cache
37 --fst_default_cache_gc_limit: type = int64, default = 1048576
38 Cache byte size that triggers garbage collection
39 --fst_read_mode: type = string, default = "read" Default file
40 reading mode for mappable files --fst_verify_properties: type =
41 bool, default = false Verify FST properties queried by TestProp‐
42 erties --save_relabel_ipairs: type = string, default = "" Save
43 input relabel pairs to file --save_relabel_opairs: type =
44 string, default = "" Save output relabel pairs to file
45
46 Flags from: symbol-table.cc
47
48 --fst_compat_symbols: type = bool, default = true
49
50 Require symbol tables to match when appropriate --fst_field_sep‐
51 arator: type = string, default = " " Set of characters used
52 as a separator between printed fields
53
54 Flags from: util.cc
55
56 --fst_error_fatal: type = bool, default = true
57
58 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
59 FSTs: kError property set, FST weights: not a Member()
60
61 Flags from: weight.cc
62
63 --fst_weight_parentheses: type = string, default = ""
64
65 Characters enclosing the first weight of a printed composite
66 weight (e.g., pair weight, tuple weight and derived classes) to
67 ensure proper I/O of nested composite weights; must have size 0
68 (none) or 2 (open and close parenthesis) --fst_weight_separator:
69 type = string, default = "," Character separator between printed
70 composite weights; must be a single character
71
72
73
74fstloglinearapply 1.6.9 July 2018 FSTLOGLINEARAPPLY(1)