#include "util/text-utils.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 | |
template<class Arc > | |
void | WriteFstKaldi (std::ostream &os, bool binary, const VectorFst< Arc > &t) |
template<class W > | |
bool | StrToWeight (const std::string &s, bool allow_zero, W *w) |
template<class Arc > | |
void | ReadFstKaldi (std::istream &is, bool binary, VectorFst< Arc > *fst) |