githubharald/CTCDecoder

Is support BPE token?

Closed this issue · 1 comments

My acoustic model output are BPE tokens, so can i use lexicon search to get correct word from BPE tokens? Or beamsearch with ngram
Thanks!

Hi, the beam search decoder implemented in this repo expects the output of a CTC-trained neural network. So it can not be used for your task (which does not use CTC-loss for training, if I'm correctly informed).