#include <iterator>
#include <sstream>
#include "nnet3/nnet-compile.h"
#include "nnet3/nnet-compile-utils.h"
#include "nnet3/nnet-optimize.h"
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:
|
|
| kaldi::nnet3 |
|
|
void | AppendCindexes (int32 node, const std::vector< Index > &indexes, std::vector< Cindex > *out) |
| Appends to 'out' the pairs (node, indexes[0]), (node, indexes[1]), ... More...
|
|