WikiExtractor / WikiExtractor/wikiextractor
If a `<div>` tag has `style="display:none"` in it, perhaps that entire content should be vaporized
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4k
- Forks
- 1k
- Avg merge
- 1m
- Merged PRs (30d)
- 10
Description
<div style="display:none"> is supposed to signify hidden text. Therefore, it is somewhat strange to have that text appear in an extracted wiki dump
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
No source files or tests are named in the issue. Start by locating the HTML extraction path that handles div elements and inline display styles, then verify how hidden content is represented in an extracted wiki dump. Done means content inside div elements with style="display:none" is omitted, with a regression test covering the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- content
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100