rspeer / wordfreq

Access a database of word frequencies, in various natural languages.
Other
1.4k stars 101 forks source link

Replace `pkg_resources` with `importlib.resources` #110

Closed xxyzz closed 11 months ago

xxyzz commented 1 year ago

pkg_resources is removed in Python 3.12, also use backport package importlib_resources for older Python versions.

rspeer commented 11 months ago

Thanks - I replaced it with the locate package, and released version 3.1.1, which supports Python 3.12.