1FARISOMORPHIC(1) User Commands FARISOMORPHIC(1)
2
3
4
6 farisomorphic - manual page for farisomorphic 1.8.2
7
9 Compares the FSTs in two FST archives for isomorphism.
10
11 Usage:farisomorphic in1.far in2.far Flags: begin_key end_key
12
13 PROGRAM FLAGS:
14
15 --begin_key: type = std::string, default = ""
16
17 First key to extract (def: first key in archive) --delta: type =
18 double, default = 0.000976562 Comparison/quantization delta
19 --end_key: type = std::string, default = "" Last key to extract
20 (def: last key in archive)
21
22 LIBRARY FLAGS:
23
24 Flags from: compile-strings.cc
25
26 --far_field_separator: type = std::string, default = "
27 "
28
29 Set of characters used as a separator between printed fields
30
31 Flags from: flags.cc
32
33 --help: type = bool, default = false
34
35 show usage information --helpshort: type = bool, default = false
36 show brief usage information --tmpdir: type = std::string, de‐
37 fault = "/tmp" temporary directory --v: type = int32_t, default
38 = 0 verbosity level
39
40 Flags from: fst.cc
41
42 --fst_align: type = bool, default = false
43
44 Write FST data aligned where appropriate --fst_default_cache_gc:
45 type = bool, default = true Enable garbage collection of cache
46 --fst_default_cache_gc_limit: type = int64_t, default = 1048576
47 Cache byte size that triggers garbage collection
48 --fst_read_mode: type = std::string, default = "read" Default
49 file reading mode for mappable files --fst_verify_properties:
50 type = bool, default = false Verify FST properties queried by
51 TestProperties --save_relabel_ipairs: type = std::string, de‐
52 fault = "" Save input relabel pairs to file --save_rela‐
53 bel_opairs: type = std::string, default = "" Save output relabel
54 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 = std::string, default = " " Set of charac‐
62 ters used 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 = std::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 = std::string, default = "," Character separator between
80 printed composite weights; must be a single character
81
82
83
84farisomorphic 1.8.2 July 2018 FARISOMORPHIC(1)