#include <cstdint>
#include <cstring>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fst/flags.h>
#include <fst/util.h>
#include <fst/script/fst-class.h>
#include <fst/script/verify.h>
Go to the source code of this file.
DECLARE_bool |
( |
clear_isymbols |
| ) |
|
DECLARE_bool |
( |
clear_osymbols |
| ) |
|
DECLARE_bool |
( |
allow_negative_labels |
| ) |
|
DECLARE_string |
( |
isymbols |
| ) |
|
DECLARE_string |
( |
osymbols |
| ) |
|
DECLARE_string |
( |
relabel_ipairs |
| ) |
|
DECLARE_string |
( |
relabel_opairs |
| ) |
|
DECLARE_string |
( |
save_isymbols |
| ) |
|
DECLARE_string |
( |
save_osymbols |
| ) |
|
int fstsymbols_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |