#include <cstdint>
#include <cstring>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fst/flags.h>
#include <fst/util.h>
#include <fst/script/relabel.h>
#include <fst/script/weight-class.h>
Go to the source code of this file.
DECLARE_bool |
( |
allow_negative_labels |
| ) |
|
DECLARE_string |
( |
isymbols |
| ) |
|
DECLARE_string |
( |
osymbols |
| ) |
|
DECLARE_string |
( |
relabel_isymbols |
| ) |
|
DECLARE_string |
( |
relabel_osymbols |
| ) |
|
DECLARE_string |
( |
relabel_ipairs |
| ) |
|
DECLARE_string |
( |
relabel_opairs |
| ) |
|
DECLARE_string |
( |
unknown_isymbol |
| ) |
|
DECLARE_string |
( |
unknown_osymbol |
| ) |
|
int fstrelabel_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |