parlance / ctcdecode

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

Reduced oov prob #22

Closed SeanNaren closed 7 years ago

SeanNaren commented 7 years ago

I had to reduce the OOV unigram prob to get the language models we have working. I tried different values, and this value was as low as it needed to be to get the language model working!

ryanleary commented 7 years ago

This relates to #11 by providing a better default. In the near future, we'll make this configurable via the API.