#include <cstring>
#include <iostream>
#include <istream>
#include <memory>
#include <string>
#include <fst/flags.h>
#include <fst/log.h>
#include <fstream>
#include <fst/symbol-table.h>
#include <fst/script/compile.h>
Go to the source code of this file.
DECLARE_bool |
( |
acceptor |
| ) |
|
DECLARE_bool |
( |
keep_isymbols |
| ) |
|
DECLARE_bool |
( |
keep_osymbols |
| ) |
|
DECLARE_bool |
( |
keep_state_numbering |
| ) |
|
DECLARE_string |
( |
arc_type |
| ) |
|
DECLARE_string |
( |
fst_type |
| ) |
|
DECLARE_string |
( |
isymbols |
| ) |
|
DECLARE_string |
( |
osymbols |
| ) |
|
DECLARE_string |
( |
ssymbols |
| ) |
|
int fstcompile_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |