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

NAME

6       farprintstrings - print FSTs in a finite-state archive as strings
7

SYNOPSIS

9       farprintstrings [OPTIONS] in.far...
10

DESCRIPTION

12       Prints the FSTs a finite-state archive as strings.
13

OPTIONS

15       Boolean options accept either true or false as a value, or the implicit
16       value true if neither value is specified.
17
18       --fst_compat_symbols[=BOOLEAN]
19              Require symbol tables to match when appropriate.  Default: true.
20
21       --fst_default_cache_gc[=BOOLEAN]
22              Enable garbage collection of cache.  Default: true.
23
24       --fst_verify_properties[=BOOLEAN]
25              Verify  fst  properties  queried  by  TestProperties.   Default:
26              false.
27
28       --help Show usage information.
29
30       --print_key[=BOOLEAN]
31              Prefix each string by its key.  Default: false.
32
33       --begin_key=NAME
34              Set  the  first  key  to extract.  Default: first key in the ar‐
35              chive.
36
37       --end_key=NAME
38              Set the last key to extract.  Default: last key in the archive.
39
40       --entry_type=TYPE
41              Set the entry type, either file (one FST per file) or line  (one
42              FST per line).  Default: line.
43
44       --filename_prefix=STRING
45              Set the prefix to prepend to filenames.  Default: no prefix.
46
47       --filename_suffix=STRING
48              Set the suffix to append to filenames.  Default: no suffix.
49
50       --fst_field_separator=STRING
51              Set  the  characters used as a separator between printed fields.
52              Default: "     ".
53
54       --fst_weight_parentheses=STRING
55              Set the characters enclosing the first weight of a printed  com‐
56              posite  weight  (e.g.,  pair  weight,  tuple weight, and derived
57              classes) to ensure proper I/O of nested composite weights.  Must
58              have  size 0 (none) or 2 (open and close parenthesis).  Default:
59              no parentheses.
60
61       --fst_weight_separator=CHARACTER
62              Set the character separator between printed  composite  weights.
63              Default: comma.
64
65       --save_relabel_ipairs=FILENAME
66              Save input relabel pairs to file.  Default: do not save.
67
68       --save_relabel_opairs=FILENAME
69              Save output relabel pairs to file.  Default: do not save.
70
71       --symbols=FILENAME
72              Read the label symbol table from a file.  Default: do not read a
73              table.
74
75       --tmpdir=PATHNAME
76              Set the temporary directory to use.  Default: /tmp.
77
78       --token_type=TYPE
79              Set the token type, one of symbol, byte, or utf8.  Default: sym‐
80              bol.
81
82       --generate_filenames=N
83              Generate N digit numeric filenames.  Default: use keys.
84
85       --v[=N]
86              Set the verbosity level.  Default: 0.
87
88       --fst_default_cache_gc_limit=N
89              Set  the  cache  byte  size  that  triggers  garbage collection.
90              Default: 1048576.
91

SEE ALSO

93       farcompilestrings(1), farcreate(1), farextract(1), farinfo(1)
94
95
96
97OpenFst 1.2.7                    February 2011              farprintstrings(1)
Impressum