#include <cstdint>
#include <iomanip>
#include <string>
#include <vector>
#include <fst/flags.h>
#include <fst/extensions/far/far.h>
#include <fstream>
#include <fst/shortest-distance.h>
#include <fst/string.h>
Go to the source code of this file.
|
| DECLARE_string (far_field_separator) |
|
template<class Arc > |
void | fst::PrintStrings (FarReader< Arc > &reader, FarEntryType entry_type, TokenType token_type, const std::string &begin_key, const std::string &end_key, bool print_key, bool print_weight, const std::string &symbols_source, bool initial_symbols, int32_t generate_sources, const std::string &source_prefix, const std::string &source_suffix) |
|
DECLARE_string |
( |
far_field_separator |
| ) |
|