Words starting with 'Y' are right after 'H' and mixed with 'I' for some reason.
Contributor guide
Tech stack
python
Domain
data
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
None
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
First, examine the words.txt file in the repository to confirm the incorrect ordering of words starting with 'Y' after 'H' and intermingled with 'I'. Then, determine if the entire file is sorted or if only a portion is affected. Finally, propose a script to re sort the file correctly, ensuring the fix preserves duplicates if any. Check existing comments for any discussion on the cause.