build-tree-test.cc File Reference
#include "util/stl-utils.h"
#include "tree/build-tree.h"
Include dependency graph for build-tree-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 TestGenRandStats ()
 
void TestBuildTree ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 234 of file build-tree-test.cc.

References kaldi::TestBuildTree(), and kaldi::TestGenRandStats().

234  {
237 }
void TestBuildTree()
void TestGenRandStats()