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

NAME

6       fstcompile - manual page for fstcompile 1.6.9
7

DESCRIPTION

9       Creates binary FSTs from simple text format.
10
11              Usage: fstcompile [text.fst [binary.fst]]
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) --arc_type: type = string, default = "standard"
20              Output arc type --fst_type: type = string,  default  =  "vector"
21              Output  FST  type  --isymbols: type = string, default = "" Input
22              label symbol table --keep_isymbols: type = bool, default = false
23              Store  input label symbol table with FST --keep_osymbols: type =
24              bool, default = false Store output label symbol table  with  FST
25              --keep_state_numbering:  type  =  bool,  default  = false Do not
26              renumber input states --osymbols: type = string,  default  =  ""
27              Output  label  symbol table --ssymbols: type = string, default =
28              "" State label symbol table
29
30       LIBRARY FLAGS:
31
32       Flags from: flags.cc
33
34       --help: type = bool, default = false
35
36              show usage information --helpshort: type = bool, default = false
37              show  brief usage information --tmpdir: type = string, default =
38              "/tmp" temporary directory --v: type = int32, default =  0  ver‐
39              bosity level
40
41       Flags from: fst.cc
42
43       --fst_align: type = bool, default = false
44
45              Write FST data aligned where appropriate --fst_default_cache_gc:
46              type = bool, default = true Enable garbage collection  of  cache
47              --fst_default_cache_gc_limit:  type  =  int64, default = 1048576
48              Cache   byte   size    that    triggers    garbage    collection
49              --fst_read_mode:  type  =  string, default = "read" Default file
50              reading mode for mappable files --fst_verify_properties: type  =
51              bool, default = false Verify FST properties queried by TestProp‐
52              erties --save_relabel_ipairs: type = string, default =  ""  Save
53              input  relabel  pairs  to  file  --save_relabel_opairs:  type  =
54              string, default = "" Save output relabel pairs to file
55
56       Flags from: symbol-table.cc
57
58       --fst_compat_symbols: type = bool, default = true
59
60              Require symbol tables to match when appropriate --fst_field_sep‐
61              arator: type = string, default = "      " Set of characters used
62              as a separator between printed fields
63
64       Flags from: util.cc
65
66       --fst_error_fatal: type = bool, default = true
67
68              FST errors are fatal; o.w. return objects flagged as bad:  e.g.,
69              FSTs: kError property set, FST weights: not a Member()
70
71       Flags from: weight.cc
72
73       --fst_weight_parentheses: type = string, default = ""
74
75              Characters  enclosing  the  first  weight of a printed composite
76              weight (e.g., pair weight, tuple weight and derived classes)  to
77              ensure  proper I/O of nested composite weights; must have size 0
78              (none) or 2 (open and close parenthesis) --fst_weight_separator:
79              type = string, default = "," Character separator between printed
80              composite weights; must be a single character
81
82
83
84fstcompile 1.6.9                   July 2018                     FSTCOMPILE(1)
Impressum