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

NAME

6       fstdraw - manual page for fstdraw 1.8.2
7

DESCRIPTION

9       Prints out binary FSTs in dot text format.
10
11              Usage: fstdraw [binary.fst [text.dot]]
12
13       PROGRAM FLAGS:
14
15       --acceptor: type = bool, default = false
16
17              Input  in  acceptor format --allow_negative_labels: type = bool,
18              default = false Allow  negative  labels  (not  recommended;  may
19              cause  conflicts)  --float_format: type = std::string, default =
20              "g" Floating-point format: one of "e", "f", or  "g"  --fontsize:
21              type  = int32_t, default = 14 Set fontsize --height: type = dou‐
22              ble, default = 11 Set height --isymbols: type = std::string, de‐
23              fault  =  ""  Input label symbol table --nodesep: type = double,
24              default = 0.25 Set minimum separation  between  nodes  (see  dot
25              documentation) --numeric: type = bool, default = false Print nu‐
26              meric labels --osymbols: type = std::string, default = "" Output
27              label symbol table --portrait: type = bool, default = false Por‐
28              trait mode (def: landscape) --precision: type = int32_t, default
29              =  5 Set precision (number of char/float) --ranksep: type = dou‐
30              ble, default = 0.4 Set minimum separation between ranks (see dot
31              documentation)  --show_weight_one:  type = bool, default = false
32              Print/draw arc weights and final weights equal to  Weight::One()
33              --ssymbols:  type = std::string, default = "" State label symbol
34              table --title: type = std::string, default = "" Set figure title
35              --vertical:  type = bool, default = false Draw bottom-to-top in‐
36              stead of left-to-right --width: type = double, default = 8.5 Set
37              width
38
39       LIBRARY FLAGS:
40
41       Flags from: flags.cc
42
43       --help: type = bool, default = false
44
45              show usage information --helpshort: type = bool, default = false
46              show brief usage information --tmpdir: type =  std::string,  de‐
47              fault  = "/tmp" temporary directory --v: type = int32_t, default
48              = 0 verbosity level
49
50       Flags from: fst.cc
51
52       --fst_align: type = bool, default = false
53
54              Write FST data aligned where appropriate --fst_default_cache_gc:
55              type  =  bool, default = true Enable garbage collection of cache
56              --fst_default_cache_gc_limit: type = int64_t, default =  1048576
57              Cache    byte    size    that    triggers   garbage   collection
58              --fst_read_mode: type = std::string, default  =  "read"  Default
59              file  reading  mode  for mappable files --fst_verify_properties:
60              type = bool, default = false Verify FST  properties  queried  by
61              TestProperties  --save_relabel_ipairs:  type  = std::string, de‐
62              fault =  ""  Save  input  relabel  pairs  to  file  --save_rela‐
63              bel_opairs: type = std::string, default = "" Save output relabel
64              pairs to file
65
66       Flags from: symbol-table.cc
67
68       --fst_compat_symbols: type = bool, default = true
69
70              Require symbol tables to match when appropriate --fst_field_sep‐
71              arator: type = std::string, default = "         " Set of charac‐
72              ters used as a separator between printed fields
73
74       Flags from: util.cc
75
76       --fst_error_fatal: type = bool, default = true
77
78              FST errors are fatal; o.w. return objects flagged as bad:  e.g.,
79              FSTs: kError property set, FST weights: not a Member()
80
81       Flags from: weight.cc
82
83       --fst_weight_parentheses: type = std::string, default = ""
84
85              Characters  enclosing  the  first  weight of a printed composite
86              weight (e.g., pair weight, tuple weight and derived classes)  to
87              ensure  proper I/O of nested composite weights; must have size 0
88              (none) or 2 (open and close parenthesis) --fst_weight_separator:
89              type  =  std::string,  default = "," Character separator between
90              printed composite weights; must be a single character
91
92
93
94fstdraw 1.8.2                      July 2018                        FSTDRAW(1)
Impressum