minimize-lattice-test.cc File Reference
Include dependency graph for minimize-lattice-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

CompactLatticeRandDeterministicCompactLattice ()
 
void TestMinimizeCompactLattice ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 65 of file minimize-lattice-test.cc.

References rnnlm::i, KALDI_LOG, kaldi::SetVerboseLevel(), and kaldi::TestMinimizeCompactLattice().

65  {
66  using namespace kaldi;
67  using kaldi::int32;
68  SetVerboseLevel(4);
69  for (int32 i = 0; i < 1000; i++) {
71  }
72  KALDI_LOG << "Success.";
73 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void TestMinimizeCompactLattice()
kaldi::int32 int32
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
#define KALDI_LOG
Definition: kaldi-error.h:153