speechbrain.decoders

Package containing the different decoders (ctc, beamsearch …)

speechbrain.decoders.ctc

Decoders and output normalization for CTC.

speechbrain.decoders.language_model

This file ensures old links to this file continue to work while providing a Deprecation warning

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.