context-dep-test.cc File Reference
Include dependency graph for context-dep-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 TestContextDep ()
 
void TestMonophoneContextDependency ()
 
void TestGenRandContextDependency ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 132 of file context-dep-test.cc.

References rnnlm::i, kaldi::TestContextDep(), kaldi::TestGenRandContextDependency(), and kaldi::TestMonophoneContextDependency().

132  {
133  for (size_t i = 0;i < 10;i++) {
135  kaldi::TestGenRandContextDependency(); // Also tests I/O of ContextDependency
137  }
138 }
void TestContextDep()
void TestMonophoneContextDependency()
void TestGenRandContextDependency()