speechbrain.decoders

Package containing the different decoders (ctc, beamsearch …)

speechbrain.decoders.ctc

Decoders and output normalization for CTC.

speechbrain.decoders.language_model

Language model wrapper for kenlm n-gram.

speechbrain.decoders.scorer

Token scorer abstraction and specifications.

speechbrain.decoders.seq2seq

Decoding methods for seq2seq autoregressive model.

speechbrain.decoders.transducer

Decoders and output normalization for Transducer sequence.

speechbrain.decoders.utils

Utils functions for the decoding modules.