Wikipedia as the data source: taming the irregular, pt.1
zverok.github.io
Wikipedia as the data source: taming the irregular, pt.1
1–5 of 5 posts
Re: Wikipedia as the data source: taming the irregular, pt.1
#2Re: Wikipedia as the data source: taming the irregular, pt.1
#3100%. One of the best things about both Wikipedia and Python IMO, neither may deliver perfect results but they get you WORKABLE results very quickly.
I was also delighted reading this article about writing a Python parser for Wikipedia on a Jekyll blog... because I did an eerily similar thing ~5 years ago and it's still my most starred repo - https://roche.io/2016/05/scrape-wikipedia-with-python. Small world :)
Best of luck with the project! On one hand it seems impossible with all the irregularities in article structure and being able to QA the long-tail of niche topics. But on the other if you can manage to wrangle 99% of it into a reliable query language... that can mean a lot to many other side projects!
Re: Wikipedia as the data source: taming the irregular, pt.1
#4Wikidata is the way to go. If you manage to get a machine readable form of Wikipedia knowledge which is not yet present in Wikidata, please consider contributing to Wikidata.
Re: Wikipedia as the data source: taming the irregular, pt.1
#5Wikidata is the way to go. If you manage to get a machine readable form of Wikipedia knowledge which is not yet present in Wikidata, please consider contributing to Wikidata.