1NGRAMSPLIT(1) User Commands NGRAMSPLIT(1)
2
3
4
6 ngramsplit - manual page for ngramsplit 1.3.4
7
9 ngramsplit.
10
11 Usage: ngramsplit [--options] in_fst [out_fsts_prefix]
12
13 PROGRAM FLAGS:
14
15 --backoff_label: type = int64, default = 0
16
17 Backoff label --complete: type = bool, default = false Complete
18 partial models --contexts: type = string, default = "" Context
19 patterns file --method: type = string, default = "count_split"
20 One of: "count_split", "histogram_split" --norm_eps: type = dou‐
21 ble, default = 0.001 Normalization check epsilon
22
23 LIBRARY FLAGS:
24
25 Flags from: flags.cc
26
27 --help: type = bool, default = false
28
29 show usage information --helpshort: type = bool, default = false
30 show brief usage information --tmpdir: type = string, default =
31 "/tmp" temporary directory --v: type = int32, default = 0 ver‐
32 bosity level
33
34 Flags from: fst.cc
35
36 --fst_align: type = bool, default = false
37
38 Write FST data aligned where appropriate --fst_default_cache_gc:
39 type = bool, default = true Enable garbage collection of cache
40 --fst_default_cache_gc_limit: type = int64, default = 1048576
41 Cache byte size that triggers garbage collection
42 --fst_read_mode: type = string, default = "read" Default file
43 reading mode for mappable files --fst_verify_properties: type =
44 bool, default = false Verify FST properties queried by TestProp‐
45 erties --save_relabel_ipairs: type = string, default = "" Save
46 input relabel pairs to file --save_relabel_opairs: type =
47 string, default = "" Save output relabel pairs to file
48
49 Flags from: ngram-output.cc
50
51 --end_symbol: type = string, default = "</s>"
52
53 Class label for sentence end --start_symbol: type = string,
54 default = "<s>" Class label for sentence start
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 --ngram_error_fatal: type = bool, default = true NGram errors
71 are fatal if true; otherwise returns objects flagged as bad:
72 e.g., NGramModel::Error() is true
73
74 Flags from: weight.cc
75
76 --fst_weight_parentheses: type = string, default = ""
77
78 Characters enclosing the first weight of a printed composite
79 weight (e.g., pair weight, tuple weight and derived classes) to
80 ensure proper I/O of nested composite weights; must have size 0
81 (none) or 2 (open and close parenthesis) --fst_weight_separator:
82 type = string, default = "," Character separator between printed
83 composite weights; must be a single character
84
85
86
87ngramsplit 1.3.4 January 2018 NGRAMSPLIT(1)