Need to add ignore null or empty text during korean text process
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 38/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- data-engineering
Research direction
No files or tests are named. Locate the Korean text-processing data-loading entry point and follow the RDD/DataFrame pipeline; inspect how null and empty strings are represented, then run the existing processing tests or a representative dataset. Done means both null and empty text are excluded after loading.
Written by the indexing model from the issue text.
Description
Agenda
- Some raw datasets can have empty or null text.
- Using
filtermethod in RDD or DF, text like""need to be ignored during this process.
How to solve this problem?
- Add
filtermethod after load the data - Add condition if the text data is null or empty in filter method
- Dominant language
- Python
- Stars
- 93
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
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.
More from EleutherAI/dps
-
k Open
Difficulty 5/5 Over a week Newbie friendliness 10/100
EleutherAI/dps#82 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
EleutherAI/dps#81 · 3 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
EleutherAI/dps#74 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
EleutherAI/dps#65 · 1 comment ·
-
EleutherAI/dps#62 · 1 assignee ·
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100