kensho-technologies / pyctcdecode

A fast and lightweight python-based CTC beam search decoder for speech recognition.
Apache License 2.0
416 stars 89 forks source link

Fixing an issue where windows install fails at least locally due to c… #67

Closed lopez86 closed 2 years ago

lopez86 commented 2 years ago

Fixing an issue where installation fails on Windows command prompt (at least locally) due to a character encoding error. There may be a better way to do this but it seems to work. Also adding a few things to the .gitignore file.