FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
compile-strings.h File Reference
#include <libgen.h>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <fstream>
#include <iostream>
#include <istream>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
#include <fst/log.h>
#include <fst/extensions/far/far.h>
#include <fst/compact-fst.h>
#include <fst/fst.h>
#include <fst/string.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
#include <fst/vector-fst.h>
#include <string_view>
Include dependency graph for compile-strings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::internal::StringReader< Arc >
 

Namespaces

 fst
 
 fst::internal
 

Functions

int fst::internal::KeySize (std::string_view 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, const std::string &key_prefix, const std::string &key_suffix)