pronouncingpy
pronouncingpy copied to clipboard
Version restriction on cmudict
Hi, I noticed this which makes me think that new versions of cmudict have broken pronouncing. I noticed that my problems go away if I explicitly install cmudict like:
pip install cmudict==1.0.2
So I think it's likely that other users of your library would also benefit from this version restriction. That said, I haven't actually tested the change that I'm proposing here, it's just a hunch.
Actually, it looks like the maintainer of cmudict has acknowledged the issue already. They may fix it before anybody but me notices.
https://github.com/prosegrinder/python-cmudict/issues/32 has been fixed in https://github.com/prosegrinder/python-cmudict/pull/33 and released in https://github.com/prosegrinder/python-cmudict/releases/tag/v1.0.12