epsilon-property-test.cc File Reference
Include dependency graph for epsilon-property-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 TestEnsureEpsilonProperty ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 52 of file epsilon-property-test.cc.

References rnnlm::i, and fst::TestEnsureEpsilonProperty().

52  {
53  using namespace fst;
54  for (int i = 0; i < 2; i++) {
56  }
57  std::cout << "Test OK\n";
58 }
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
Definition: graph.dox:21
void TestEnsureEpsilonProperty()