I have downloaded Wikipedia latest dump and parsed it a MySQL Database. Now i have Database table that contains only title and content.My requirement is to extract all biography contents from this table.So i want a dump file that have all biography titles.
Thanks in advance
I have downloaded Wikipedia latest dump and parsed it a MySQL Database. Now i
Share
If you want to get all articles in some category and all its subcategories, you need to use the
categorylinkstable and walk it recursively to get articles in the subcategories.It’s not clear from your question what exactly do you want. If you want articles about biographies, look at Category:Biography. If you want articles that are biographies, look at subcategories of Category:People.