nnet-parse-test.cc File Reference
#include "nnet3/nnet-parse.h"
Include dependency graph for nnet-parse-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:
 
 kaldi::nnet3
 

Functions

void UnitTestDescriptorTokenize ()
 
void UnitTestSummarizeVector ()
 
void UnitTestNameMatchesPattern ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 93 of file nnet-parse-test.cc.

References KALDI_LOG, kaldi::nnet3::UnitTestDescriptorTokenize(), kaldi::nnet3::UnitTestNameMatchesPattern(), and kaldi::nnet3::UnitTestSummarizeVector().

93  {
94  using namespace kaldi;
95  using namespace kaldi::nnet3;
96 
100 
101  KALDI_LOG << "Parse tests succeeded.";
102 
103  return 0;
104 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestNameMatchesPattern()
void UnitTestSummarizeVector()
#define KALDI_LOG
Definition: kaldi-error.h:153
void UnitTestDescriptorTokenize()