selfteaching / selfteaching/selfteaching-python-camp
Day 07统计出来的结果为什么还有英文字母的词频
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
用str类型的isascii方法判断是英文单词时,统计出来的结果为什么还有英文字母的词频。该怎么去掉呢?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Day 07 word-frequency implementation and reviewing how str.isascii() is used to classify words. Reproduce the result shown in the attached screenshot, then verify that the output no longer includes English-letter word frequencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100