FST  openfst-1.8.2
OpenFst Library
Classes | Namespaces | Functions
linear-fst-data-builder.h File Reference
#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>
Include dependency graph for linear-fst-data-builder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::FeatureGroupBuilder< A >
 
class  fst::LinearFstDataBuilder< A >
 
class  fst::LinearClassifierFstDataBuilder< A >
 
class  fst::FeatureGroupBuilder< A >
 

Namespaces

 fst
 

Functions

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)