push-lattice-test.cc File Reference
#include "lat/kaldi-lattice.h"
#include "lat/push-lattice.h"
#include "fstext/rand-fst.h"
Include dependency graph for push-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

CompactLatticeRandCompactLattice ()
 
void TestPushCompactLatticeStrings ()
 
void TestPushCompactLatticeWeights ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 112 of file push-lattice-test.cc.

References rnnlm::i, KALDI_LOG, kaldi::TestPushCompactLatticeStrings(), and kaldi::TestPushCompactLatticeWeights().

112  {
113  using namespace kaldi;
114  using kaldi::int32;
115  for (int32 i = 0; i < 15; i++) {
118  }
119  KALDI_LOG << "Success.";
120 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
kaldi::int32 int32
void TestPushCompactLatticeWeights()
void TestPushCompactLatticeStrings()
#define KALDI_LOG
Definition: kaldi-error.h:153