kaldi-fst-io.h File Reference
#include <fst/fstlib.h>
#include <fst/fst-decl.h>
#include <fst/script/print-impl.h>
#include "base/kaldi-common.h"
#include "fstext/kaldi-fst-io-inl.h"
Include dependency graph for kaldi-fst-io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VectorFstTplHolder< Arc >
 

Namespaces

 fst
 For an extended explanation of the framework of which grammar-fsts are a part, please see Support for grammars and graphs with on-the-fly parts. (i.e.
 

Typedefs

typedef VectorFstTplHolder< StdArc > VectorFstHolder
 

Functions

VectorFst< StdArc > * ReadFstKaldi (std::string rxfilename)
 
Fst< StdArc > * ReadFstKaldiGeneric (std::string rxfilename, bool throw_on_err)
 
VectorFst< StdArc > * CastOrConvertToVectorFst (Fst< StdArc > *fst)
 
void ReadFstKaldi (std::string rxfilename, VectorFst< StdArc > *ofst)
 
void WriteFstKaldi (const VectorFst< StdArc > &fst, std::string wxfilename)
 
template<class Arc >
void WriteFstKaldi (std::ostream &os, bool binary, const VectorFst< Arc > &t)
 
template<class Arc >
void ReadFstKaldi (std::istream &is, bool binary, VectorFst< Arc > *fst)
 
fst::VectorFst< fst::StdArc > * ReadAndPrepareLmFst (std::string rxfilename)