simple-options-test.cc File Reference
Include dependency graph for simple-options-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 UnitTestSimpleOptions ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 82 of file simple-options-test.cc.

References kaldi::UnitTestSimpleOptions().

82  {
83  using namespace kaldi;
85  return 0;
86 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestSimpleOptions()