transition-model-test.cc File Reference
Include dependency graph for transition-model-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 TestTransitionModel ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 51 of file transition-model-test.cc.

References rnnlm::i, KALDI_LOG, and kaldi::TestTransitionModel().

51  {
52  for (int i = 0; i < 2; i++)
54  KALDI_LOG << "Test OK.\n";
55 }
void TestTransitionModel()
#define KALDI_LOG
Definition: kaldi-error.h:153