words ending with 'ss' singular_noun might not work
Open
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
Curious as I got the singular_noun of "grass" as "gras". I am on python 3.11
`import inflect
p = inflect.engine()
p.singular_noun("grass") # 'gras'`
edit: 'glass,underpass' as well. may be if a word is ending with 'ss' singular_noun might not work.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the singular_noun examples for “grass”, “glass”, and “underpass” with Python 3.11. Trace the singular_noun entry point and the pluralization rules it uses, then confirm that these words return the expected singular form without changing other cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100