#include <libgen.h>
#include <cstdint>
#include <fstream>
#include <istream>
#include <string>
#include <vector>
#include <fst/extensions/far/far.h>
#include <fst/string.h>
Go to the source code of this file.
|
int | fst::internal::KeySize (const std::string &source) |
|
template<class Arc > |
void | fst::CompileStrings (const std::vector< std::string > &sources, FarWriter< Arc > &writer, std::string_view fst_type, int32_t generate_keys, FarEntryType entry_type, TokenType token_type, const std::string &symbols_source, const std::string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, const std::string &key_prefix, const std::string &key_suffix) |
|