parlance / ctcdecode

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

Add time-alignment offsets #27

Closed ryanleary closed 7 years ago

ryanleary commented 7 years ago

Per @SeanNaren: The changes give offset information per character returned relative to the size of the input lattice. This allows you to find out when characters were said!

SeanNaren commented 7 years ago

LGTM man! Works on our end!

SeanNaren commented 7 years ago

Fixed now! Good work :)