hmm-utils-test.cc File Reference
#include "hmm/hmm-utils.h"
#include "hmm/tree-accu.h"
#include "hmm/hmm-test-utils.h"
Include dependency graph for hmm-utils-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 TestConvertPhnxToProns ()
 
void TestAccumulateTreeStatsOptions ()
 
void TestSplitToPhones ()
 
void TestConvertAlignment ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 328 of file hmm-utils-test.cc.

References rnnlm::i, kaldi::TestAccumulateTreeStatsOptions(), kaldi::TestConvertAlignment(), kaldi::TestConvertPhnxToProns(), and kaldi::TestSplitToPhones().

328  {
330 #ifndef _MSC_VER
332 #endif
333  for (int32 i = 0; i < 2; i++)
335  for (int32 i = 0; i < 5; i++)
337  std::cout << "Test OK.\n";
338 }
void TestAccumulateTreeStatsOptions()
kaldi::int32 int32
void TestSplitToPhones()
void TestConvertAlignment()
void TestConvertPhnxToProns()