Go to the source code of this file.
|
| kaldi |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
|
|
◆ main()
Definition at line 518 of file text-utils-test.cc.
References kaldi::TestConvertStringToInteger(), kaldi::TestIsLine(), kaldi::TestIsToken(), kaldi::TestSplitStringOnFirstSpace(), kaldi::TestSplitStringToFloats(), kaldi::TestSplitStringToIntegers(), kaldi::TestSplitStringToVector(), kaldi::TestStringsApproxEqual(), kaldi::TestTrim(), kaldi::UnitTestConfigLineParse(), and kaldi::UnitTestReadConfig().
519 using namespace kaldi;
524 TestConvertStringToReal<float>();
525 TestConvertStringToReal<double>();
537 std::cout <<
"Test OK\n";
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
void UnitTestConfigLineParse()
void TestConvertStringToInteger()
void TestStringsApproxEqual()
void TestSplitStringToIntegers()
void TestSplitStringOnFirstSpace()
void TestSplitStringToFloats()
void UnitTestReadConfig()
void TestSplitStringToVector()