#include <cstdint>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <vector>
#include <fst/compat.h>
#include <fst/log.h>
#include <fst/extensions/linear/linear-fst-data.h>
#include <fst/fst.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
Go to the source code of this file.
|
std::string | fst::TranslateLabel (int64_t label, const SymbolTable *syms) |
|
template<class Iterator > |
std::string | fst::JoinLabels (Iterator begin, Iterator end, const SymbolTable *syms) |
|
template<class Label > |
std::string | fst::JoinLabels (const std::vector< Label > &labels, const SymbolTable *syms) |
|
template<class A > |
A::Label | fst::GuessStartOrEnd (std::vector< typename A::Label > *sequence, typename A::Label boundary) |
|