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:
|
|
|
bool | CompareInterval (const Interval &i1, const Interval &i2) |
|
bool | ClusterLattice (CompactLattice *clat, const std::vector< int32 > &state_times) |
|
bool | CreateFactorTransducer (const CompactLattice &clat, const std::vector< int32 > &state_times, int32 utterance_id, KwsProductFst *factor_transducer) |
|
void | RemoveLongSilences (int32 max_silence_frames, const std::vector< int32 > &state_times, KwsProductFst *factor_transducer) |
|
template<class Arc > |
static void | DifferenceWrapper (const fst::VectorFst< Arc > &fst1, const fst::VectorFst< Arc > &fst2, fst::VectorFst< Arc > *difference) |
|
void | MaybeDoSanityCheck (const KwsLexicographicFst &index_transducer) |
|
void | MaybeDoSanityCheck (const KwsProductFst &product_transducer) |
|