ivector-extractor-test.cc File Reference
Include dependency graph for ivector-extractor-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 TestIvectorExtractorIO (const IvectorExtractor &extractor)
 
void TestIvectorExtractorStatsIO (IvectorExtractorStats &stats)
 
void TestIvectorExtraction (const IvectorExtractor &extractor, const MatrixBase< BaseFloat > &feats, const FullGmm &fgmm)
 
void UnitTestIvectorExtractor ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 216 of file ivector-extractor-test.cc.

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

216  {
217  using namespace kaldi;
218  SetVerboseLevel(5);
219  for (int i = 0; i < 10; i++)
221  std::cout << "Test OK.\n";
222  return 0;
223 }
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 UnitTestIvectorExtractor()