Handle latin plurals
Open
feature
help wanted
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
Could you please handle latin plurals?
e.g.: the plural of uterus is uteri
plural_noun("uterus") returns "uteruses" which is wrong.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the plural_noun("uterus") entry point and inspect the existing pluralization rules and tests for irregular nouns. Add coverage for the requested Latin plural behavior and verify that plural_noun("uterus") returns "uteri" without breaking existing plural forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100