Helper functions#

Mixins#

TranscriberMixin([transition_scale, ...])

Abstract class for MFA transcribers

Decoding graph#

CreateHclgFunction(args)

Create HCLG.fst file

CreateHclgArguments(job_name, db_string, ...)

Arguments for CreateHclgFunction

compose_hclg(model_path, ilabels_temp, ...)

Compost HCLG.fst for a dictionary

compose_clg(in_disambig, out_disambig, ...)

Compose a CLG.fst

compose_lg(dictionary_path, small_g_path, ...)

Compose an LG.fst

compose_g(arpa_path, words_path, g_path, ...)

Create G.fst from an ARPA formatted language model

compose_g_carpa(in_carpa_path, ...)

Compose a large ARPA model into a G.carpa file

Speaker-independent transcription#

DecodeFunction(args)

Multiprocessing function for performing decoding

DecodeArguments(job_name, db_string, ...)

Arguments for DecodeFunction

LmRescoreFunction(args)

Multiprocessing function rescore lattices by replacing the small G.fst with the medium G.fst

LmRescoreArguments(job_name, db_string, ...)

Arguments for LmRescoreFunction

CarpaLmRescoreFunction(args)

Multiprocessing function to rescore lattices by replacing medium G.fst with large G.carpa

CarpaLmRescoreArguments(job_name, db_string, ...)

Arguments for CarpaLmRescoreFunction

Speaker-adapted transcription#

InitialFmllrFunction(args)

Multiprocessing function for running initial fMLLR calculation

InitialFmllrArguments(job_name, db_string, ...)

Arguments for InitialFmllrFunction

LatGenFmllrFunction(args)

Regenerate lattices using initial fMLLR transforms

LatGenFmllrArguments(job_name, db_string, ...)

Arguments for LatGenFmllrFunction

FmllrRescoreFunction(args)

Multiprocessing function to rescore lattices following fMLLR estimation

FmllrRescoreArguments(job_name, db_string, ...)

Arguments for FmllrRescoreFunction

FinalFmllrFunction(args)

Multiprocessing function for running final fMLLR estimation

FinalFmllrArguments(job_name, db_string, ...)

Arguments for FinalFmllrFunction