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: linearscript.cc
47
48 --classifier: type = bool, default = false
49
50 Treat input model as a classifier instead of a tagger --delim‐
51 iter: type = string, default = "|" Single non-white-space char‐
52 acter delimiter inside sequences of feature symbols and output
53 symbols --empty_symbol: type = string, default = "<empty>" Spe‐
54 cial symbol that designates an empty sequence --end_symbol: type
55 = string, default = "</s>" End of sentence symbol --start_sym‐
56 bol: type = string, default = "<s>" Start of sentence symbol
57
58 Flags from: symbol-table.cc
59
60 --fst_compat_symbols: type = bool, default = true
61
62 Require symbol tables to match when appropriate --fst_field_sep‐
63 arator: type = string, default = " " Set of characters used
64 as a separator between printed fields
65
66 Flags from: util.cc
67
68 --fst_error_fatal: type = bool, default = true
69
70 FST errors are fatal; o.w. return objects flagged as bad: e.g.,
71 FSTs: kError property set, FST weights: not a Member()
72
73 Flags from: weight.cc
74
75 --fst_weight_parentheses: type = string, default = ""
76
77 Characters enclosing the first weight of a printed composite
78 weight (e.g., pair weight, tuple weight and derived classes) to
79 ensure proper I/O of nested composite weights; must have size 0
80 (none) or 2 (open and close parenthesis) --fst_weight_separator:
81 type = string, default = "," Character separator between printed
82 composite weights; must be a single character
83
84
85
86fstloglinearapply 1.6.9 July 2018 FSTLOGLINEARAPPLY(1)