ebw-diag-gmm-test.cc File Reference
#include <cmath>
#include "gmm/diag-gmm.h"
#include "gmm/ebw-diag-gmm.h"
#include "util/kaldi-io.h"
Include dependency graph for ebw-diag-gmm-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 UnitTestEstimateMmieDiagGmm ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 221 of file ebw-diag-gmm-test.cc.

References rnnlm::i, and kaldi::UnitTestEstimateMmieDiagGmm().

221  {
222  for (int i = 0; i < 5; i++) {
224  }
225  std::cout << "Test OK.\n";
226 }
void UnitTestEstimateMmieDiagGmm()