#include <memory>
#include <string>
#include <vector>
#include <fst/flags.h>
#include <fst/extensions/far/farscript.h>
#include <fst/script/getters.h>
Go to the source code of this file.
DECLARE_bool |
( |
print_key |
| ) |
|
DECLARE_bool |
( |
print_weight |
| ) |
|
DECLARE_bool |
( |
initial_symbols |
| ) |
|
DECLARE_int32 |
( |
generate_filenames |
| ) |
|
DECLARE_string |
( |
filename_prefix |
| ) |
|
DECLARE_string |
( |
filename_suffix |
| ) |
|
DECLARE_string |
( |
begin_key |
| ) |
|
DECLARE_string |
( |
end_key |
| ) |
|
DECLARE_string |
( |
entry_type |
| ) |
|
DECLARE_string |
( |
token_type |
| ) |
|
DECLARE_string |
( |
symbols |
| ) |
|
int farprintstrings_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |