FST
openfst-1.8.4
OpenFst Library
|
#include <memory>
#include <string>
#include <vector>
#include <fst/log.h>
#include <fst/extensions/far/far-class.h>
#include <fst/extensions/far/far.h>
#include <fst/extensions/far/farscript.h>
#include <fst/extensions/far/getters.h>
#include <fst/string.h>
#include <fst/util.h>
#include <fst/script/arg-packs.h>
#include <fst/script/getters.h>
Go to the source code of this file.
Functions | |
DECLARE_string (filename_prefix) | |
DECLARE_string (filename_suffix) | |
DECLARE_int32 (generate_filenames) | |
DECLARE_string (begin_key) | |
DECLARE_string (end_key) | |
DECLARE_bool (print_key) | |
DECLARE_bool (print_weight) | |
DECLARE_string (entry_type) | |
DECLARE_string (token_type) | |
DECLARE_string (symbols) | |
DECLARE_bool (initial_symbols) | |
int | farprintstrings_main (int argc, char **argv) |
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 | ||
) |
Definition at line 46 of file farprintstrings-main.cc.