posterior-test.cc File Reference
#include "hmm/posterior.h"
#include "base/kaldi-math.h"
Include dependency graph for posterior-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 TestVectorToPosteriorEntry ()
 
void TestPosteriorIo ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 86 of file posterior-test.cc.

References rnnlm::i, kaldi::TestPosteriorIo(), and kaldi::TestVectorToPosteriorEntry().

86  {
87  // repeat the test ten times
88  for (int i = 0; i < 10; i++) {
91  }
92  std::cout << "Test OK.\n";
93 }
void TestPosteriorIo()
void TestVectorToPosteriorEntry()