plda-test.cc File Reference
#include "ivector/plda.h"
Include dependency graph for plda-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 UnitTestPldaEstimation (int32 dim)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 105 of file plda-test.cc.

References rnnlm::i, kaldi::SetVerboseLevel(), and kaldi::UnitTestPldaEstimation().

105  {
106  using namespace kaldi;
107  SetVerboseLevel(3);
108  for (int i = 0; i < 5; i++)
110 
111  // UnitTestPldaEstimation(400);
113  std::cout << "Test OK.\n";
114  return 0;
115 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void SetVerboseLevel(int32 i)
This should be rarely used, except by programs using Kaldi as library; command-line programs set the ...
Definition: kaldi-error.h:64
void UnitTestPldaEstimation(int32 dim)
Definition: plda-test.cc:25