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

Document that this is for English only #209

Closed sveinbjornt closed 6 days ago

sveinbjornt commented 5 months ago

Neither the summary nor the README explicitly specifies that this is for English only. Would be helpful to clarify this in the documentation as there are many, many other languages in the world!

jaraco commented 4 months ago

That seems reasonable. Would you be interested in drafting the change?

joshstephenson commented 6 days ago

I'm happy to do that if you would like. It sounds like the kind of thing that belongs at the top of the README, under NAME. Perhaps...

Instead of this: inflect.py - Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words.

How about this: inflect.py - Accurately generate plurals, singular nouns, ordinals, indefinite articles, and word-based representations of numbers. This functionality is limited to English.

I hope this is satisfactory. Let me know if you'd like a PR with this change.