Tagged Questions
4
votes
3answers
3k views
Is there a parser/way available to parser Wikipedia dump files using Python?
I have a project where in I collect all the wikipedia articles belonging to a particular category, pull out the dump from the wikipedia, and put it into our db. So I should be parsing wikipedia dump ...