parse-options-test.cc File Reference
Include dependency graph for parse-options-test.cc:

Go to the source code of this file.

Classes

struct  DummyOptions
 

Namespaces

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

Functions

void UnitTestParseOptions ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 301 of file parse-options-test.cc.

References kaldi::UnitTestParseOptions().

301  {
302  using namespace kaldi;
304  return 0;
305 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestParseOptions()