#include <cstring>
#include <iostream>
#include <memory>
#include <ostream>
#include <string>
#include <fst/flags.h>
#include <fst/log.h>
#include <fstream>
#include <fst/script/print.h>
Go to the source code of this file.
DECLARE_bool |
( |
acceptor |
| ) |
|
DECLARE_bool |
( |
show_weight_one |
| ) |
|
DECLARE_bool |
( |
allow_negative_labels |
| ) |
|
DECLARE_string |
( |
isymbols |
| ) |
|
DECLARE_string |
( |
osymbols |
| ) |
|
DECLARE_string |
( |
ssymbols |
| ) |
|
DECLARE_string |
( |
save_isymbols |
| ) |
|
DECLARE_string |
( |
save_osymbols |
| ) |
|
DECLARE_string |
( |
missing_symbol |
| ) |
|
int fstprint_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |