parlance / ctcdecode

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

Add support for time-alignments #26

Closed ryanleary closed 7 years ago

ryanleary commented 7 years ago

Return a matrix of time-alignment information to indicate at what index in the original output a character occurred. This will provide the capability of roughly aligning the audio to the output text.