hmm-topology-test.cc File Reference
Include dependency graph for hmm-topology-test.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

void TestHmmTopology ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 116 of file hmm-topology-test.cc.

References rnnlm::i, and kaldi::TestHmmTopology().

116  {
117  // repeat the test ten times
118  for (int i = 0; i < 10; i++) {
120  }
121  std::cout << "Test OK.\n";
122 }
void TestHmmTopology()