aparrish / pronouncingpy

A simple interface for the CMU pronouncing dictionary
BSD 3-Clause "New" or "Revised" License
302 stars 42 forks source link

Is source code available? #59

Closed timsoraro closed 1 year ago

timsoraro commented 1 year ago

Hi @aparrish!

Thanks for making this. Is there a source code available for functions of this library? For example, for the pronouncing.search?

hugovk commented 1 year ago

Yes, you can see it in https://github.com/aparrish/pronouncingpy/blob/master/pronouncing/__init__.py

timsoraro commented 1 year ago

Thanks!