parlance / ctcdecode

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

Fix unicode character handling #47

Closed ryanleary closed 7 years ago

ryanleary commented 7 years ago

Resolve issue where unicode codepoints are not handled properly resulting in broken decodes. Also closes https://github.com/SeanNaren/deepspeech.pytorch/issues/185.