Helper functions#

Mixins#

TranscriberMixin([transition_scale, ...])

Abstract class for MFA transcribers

Decoding graph#

CreateHclgFunction(args)

Create HCLG.fst file

CreateHclgArguments(job_name, session, ...)

Arguments for CreateHclgFunction

Speaker-independent transcription#

DecodeFunction(args)

Multiprocessing function for performing decoding

DecodeArguments(job_name, session, log_path, ...)

Arguments for DecodeFunction

LmRescoreFunction(args)

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

LmRescoreArguments(job_name, session, ...)

Arguments for LmRescoreFunction

CarpaLmRescoreFunction(args)

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

CarpaLmRescoreArguments(job_name, session, ...)

Arguments for CarpaLmRescoreFunction

Speaker-adapted transcription#

InitialFmllrFunction(args)

Multiprocessing function for running initial fMLLR calculation

InitialFmllrArguments(job_name, session, ...)

Arguments for InitialFmllrFunction

FmllrRescoreFunction(args)

Multiprocessing function to rescore lattices following fMLLR estimation

FmllrRescoreArguments(job_name, session, ...)

Arguments for FmllrRescoreFunction

FinalFmllrFunction(args)

Multiprocessing function for running final fMLLR estimation

FinalFmllrArguments(job_name, session, ...)

Arguments for FinalFmllrFunction