#include <cstring>
#include <memory>
#include <string>
#include <vector>
#include <fst/flags.h>
#include <fst/extensions/far/farscript.h>
#include <fstream>
#include <fst/script/getters.h>
Go to the source code of this file.
DECLARE_bool |
( |
allow_negative_labels |
| ) |
|
DECLARE_bool |
( |
file_list_input |
| ) |
|
DECLARE_bool |
( |
keep_symbols |
| ) |
|
DECLARE_bool |
( |
initial_symbols |
| ) |
|
DECLARE_int32 |
( |
generate_keys |
| ) |
|
DECLARE_string |
( |
key_prefix |
| ) |
|
DECLARE_string |
( |
key_suffix |
| ) |
|
DECLARE_string |
( |
far_type |
| ) |
|
DECLARE_string |
( |
arc_type |
| ) |
|
DECLARE_string |
( |
entry_type |
| ) |
|
DECLARE_string |
( |
fst_type |
| ) |
|
DECLARE_string |
( |
token_type |
| ) |
|
DECLARE_string |
( |
symbols |
| ) |
|
DECLARE_string |
( |
unknown_symbol |
| ) |
|
int farcompilestrings_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |