#include "fstext/deterministic-fst.h"#include "fstext/fst-test-utils.h"#include "util/kaldi-io.h"#include <sys/stat.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. | |
Typedefs | |
| typedef fst::StdArc | StdArc |
| typedef fst::StdArc::Label | Label |
| typedef fst::StdArc::StateId | StateId |
| typedef fst::StdVectorFst | StdVectorFst |
| typedef fst::StdArc::Weight | Weight |
Functions | |
| bool | FileExists (std::string strFilename) |
| StdVectorFst * | CreateBackoffFst () |
| StdVectorFst * | CreateResultFst () |
| void | DeleteTestFst (StdVectorFst *fst) |
| Weight | WalkSinglePath (StdVectorFst *ifst, DeterministicOnDemandFst< StdArc > *dfst) |
| void | TestBackoffAndCache () |
| void | TestCompose () |
| int | main () |
| int main | ( | ) |
Definition at line 227 of file deterministic-fst-test.cc.
References fst::TestBackoffAndCache(), and fst::TestCompose().