jaraco / inflect

Correctly generate plurals, ordinals, indefinite articles; convert numbers to words
https://pypi.org/project/inflect
MIT License
957 stars 107 forks source link

Please add the capability for converting casing #200

Open hosseinitabar opened 1 year ago

hosseinitabar commented 1 year ago

Please add these methods to your awesome library:

jaraco commented 4 months ago

This project aims primarily to address inflections of natural language.

Perhaps jaraco.text.WordSet does what you need?