#include "fstext/kaldi-fst-io.h"#include "base/kaldi-error.h"#include "base/kaldi-math.h"#include "util/kaldi-io.h"
Go to the source code of this file.
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.  | |
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, fst::StdVectorFst *ofst) | 
| void | WriteFstKaldi (const VectorFst< StdArc > &fst, std::string wxfilename) | 
| fst::VectorFst< fst::StdArc > * | ReadAndPrepareLmFst (std::string rxfilename) |