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 | |
static void | TestIsSorted () |
static void | TestIsSortedAndUniq () |
static void | TestUniq () |
static void | TestSortAndUniq () |
void | TestCopySetToVector () |
void | TestCopyMapToVector () |
void | TestCopyMapKeysToVector () |
void | TestCopyMapValuesToVector () |
void | TestCopyMapKeysToSet () |
void | TestCopyMapValuesToSet () |
void | TestContainsNullPointers () |
void | TestReverseVector () |
void | TestMergePairVectorSumming () |
int | main () |
int main | ( | ) |
Definition at line 255 of file stl-utils-test.cc.
References kaldi::TestContainsNullPointers(), kaldi::TestCopyMapKeysToSet(), kaldi::TestCopyMapKeysToVector(), kaldi::TestCopyMapToVector(), kaldi::TestCopyMapValuesToSet(), kaldi::TestCopyMapValuesToVector(), kaldi::TestCopySetToVector(), kaldi::TestIsSorted(), kaldi::TestIsSortedAndUniq(), kaldi::TestMergePairVectorSumming(), kaldi::TestReverseVector(), kaldi::TestSortAndUniq(), and kaldi::TestUniq().