1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python4,582 stars (4,582 stars)638 forks (638 forks)batch import
backlogdiscusshelp wantednew feature
Description
例如: “儿子” -> er2 zi “雨点儿” -> yu3 dianr3
Contributor guide
- Tech stack
- python
- Domain
- localizationdata
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- 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.
- needs investigation
- Prerequisites
- Pythonpypinyin library
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate the current pinyin conversion algorithm in the pypinyin library, particularly how finals and tones are processed. Examine the handling of special cases like 'er' and 'r' suffix. Consider adding a parameter to enable erhua support. Look at other pinyin libraries for reference.