#include <string>
#include <utility>
#include <vector>
#include "transform/regression-tree.h"
#include "tree/clusterable-classes.h"
#include "util/common-utils.h"
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 bool | GetActiveParents (int32 node, const vector< int32 > &parents, const vector< bool > &is_active, vector< int32 > *active_parents_out) |