determinize-lattice-test.cc File Reference
Include dependency graph for determinize-lattice-test.cc:

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

void TestLatticeStringRepository ()
 
template<class Arc >
void TestDeterminizeLattice ()
 
template<class Arc >
void TestDeterminizeLattice2 ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 168 of file determinize-lattice-test.cc.

References fst::TestLatticeStringRepository().

168  {
169  using namespace fst;
171  TestDeterminizeLattice<StdArc>();
172  TestDeterminizeLattice2<StdArc>();
173  std::cout << "Tests succeeded\n";
174 }
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
Definition: graph.dox:21
void TestLatticeStringRepository()