parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
829 stars 245 forks source link

Add ability to supply extra scorer #142

Open veqtor opened 4 years ago

veqtor commented 4 years ago

It would be great to have the ability to supply an extra scorer (or several) such as a transformer decoder, CNN-LM, etc. This way, one can combine multiple methods to decode and use transformer rescoring etc

James0128 commented 4 years ago

I suppose so