jaraco / inflect

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

Handle latin plurals #203

Open fsutter opened 9 months ago

fsutter commented 9 months ago

Could you please handle latin plurals? e.g.: the plural of uterus is uteri plural_noun("uterus") returns "uteruses" which is wrong.

jaraco commented 5 months ago

Thanks for the report. I don't know if or when I'll have the time to investigate the possibility, but I welcome an enthusiastic contributor to take it on.