Mining Groups of people from Wikipedia
Posted
by AlgoMan
on Stack Overflow
See other posts from Stack Overflow
or by AlgoMan
Published on 2010-03-28T18:32:46Z
Indexed on
2010/03/28
18:33 UTC
Read the original article
Hit count: 489
I am trying to get the list of people from the http://en.wikipedia.org/wiki/Category:People_by_occupation . I have to go through all the sections and get people from each section.
How should i go about it ? Should i use a crawler and get the pages and search through those using BeautifulSoup ? Or is there any other alternative to get the same from Wikipedia ?
© Stack Overflow or respective owner