#include <sstream>
#include <string>
#include <fst/fstlib.h>
#include <fst/fst-decl.h>
#include "base/kaldi-math.h"
Go to the source code of this file.
Classes | |
struct | RandFstOptions |
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 > | |
VectorFst< Arc > * | RandFst (RandFstOptions opts=RandFstOptions()) |
Returns a random FST. More... | |
template<class Arc > | |
VectorFst< Arc > * | RandPairFst (RandFstOptions opts=RandFstOptions()) |
Returns a random FST. More... | |