#include <fst/fst.h>
#include <cstdint>
#include <istream>
#include <ostream>
#include <sstream>
#include <string>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
#include <string_view>
Go to the source code of this file.
|
| DEFINE_bool (fst_verify_properties, false,"Verify FST properties queried by TestProperties") |
|
| DEFINE_bool (fst_default_cache_gc, true,"Enable garbage collection of cache") |
|
| DEFINE_int64 (fst_default_cache_gc_limit, 1<< 20LL,"Cache byte size that triggers garbage collection") |
|
| DEFINE_bool (fst_align, false,"Write FST data aligned where appropriate") |
|
| DEFINE_string (save_relabel_ipairs,"","Save input relabel pairs to file") |
|
| DEFINE_string (save_relabel_opairs,"","Save output relabel pairs to file") |
|
| DEFINE_string (fst_read_mode,"read","Default file reading mode for mappable files") |
|
DEFINE_bool |
( |
fst_verify_properties |
, |
|
|
false |
, |
|
|
"Verify FST properties queried by TestProperties" |
|
|
) |
| |
DEFINE_bool |
( |
fst_default_cache_gc |
, |
|
|
true |
, |
|
|
"Enable garbage collection of cache" |
|
|
) |
| |
DEFINE_bool |
( |
fst_align |
, |
|
|
false |
, |
|
|
"Write FST data aligned where appropriate" |
|
|
) |
| |
DEFINE_int64 |
( |
fst_default_cache_gc_limit |
, |
|
|
1<< |
20LL, |
|
|
"Cache byte size that triggers garbage collection" |
|
|
) |
| |
DEFINE_string |
( |
save_relabel_ipairs |
, |
|
|
"" |
, |
|
|
"Save input relabel pairs to file" |
|
|
) |
| |
DEFINE_string |
( |
save_relabel_opairs |
, |
|
|
"" |
, |
|
|
"Save output relabel pairs to file" |
|
|
) |
| |
DEFINE_string |
( |
fst_read_mode |
, |
|
|
"read" |
, |
|
|
"Default file reading mode for mappable files" |
|
|
) |
| |