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

Incorect singular inflections of business, physics, biomechanics #214

Open mjaniec2013 opened 2 months ago

mjaniec2013 commented 2 months ago

Noted some incorrect inflections while testing:

p.singular_noun('business)
Out[18]: 'busines'

p.singular_noun('biomechanics')
Out[19]: 'biomechanic'

p.singular_noun('physics')
Out[20]: 'physic'