WikiExtractor / WikiExtractor/wikiextractor
How to preserve sections?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4k
- Forks
- 1k
- Avg merge
- 1m
- Merged PRs (30d)
- 10
Description
This tool used to preserve sections of wikipedia pages by adding argument "-s", it was quite useful feature. However, I got the error this time:
WikiExtractor.py: error: unrecognized arguments: -s
Is there anyway to preserve the sections of wikipedia pages?
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 inspecting the argument handling in WikiExtractor.py and compare it with the historical -s behavior described in the issue. Determine whether section preservation is still supported and what the intended command-line interface should be; done means the documented or restored option works without the unrecognized-argument error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100