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:
|
| |
|
| template<typename Real > |
| std::ostream & | operator<< (std::ostream &os, const VectorBase< Real > &rv) |
| |
| template<typename Real > |
| std::istream & | operator>> (std::istream &in, VectorBase< Real > &v) |
| | Input from a C++ stream. More...
|
| |
| template<typename Real > |
| std::istream & | operator>> (std::istream &in, Vector< Real > &v) |
| | Input from a C++ stream. More...
|
| |