Json-wikipedia
github.com
Json-wikipedia
1–10 of 17 posts
Re: Json-wikipedia
#2That's available as JSON, and much larger community/effort behind it.
Re: Json-wikipedia
#3What about DBPedia http://dbpedia.org/page/The_Shining_(film) ? That's available as JSON, and much larger community/effort behind it.
Or are you comparing DBPedia to this utility that converts Wikipedia data dumps?
Edit: looks like I need to do some more research into DBPedia. It sounds like that community has created a dataset that categorizes Wikipedia article (e.g. "things" and "facts")
Re: Json-wikipedia
#4What about DBPedia http://dbpedia.org/page/The_Shining_(film) ? That's available as JSON, and much larger community/effort behind it.
Re: Json-wikipedia
#5What about DBPedia http://dbpedia.org/page/The_Shining_(film) ? That's available as JSON, and much larger community/effort behind it.
Re: Json-wikipedia
#6Re: Json-wikipedia
#7So, does it parse the markdown of the text as well? I could not quite get it from the documentation. It would be quite exciting if it could - the markdown is notoriously complex, and creates a lot of problem if all you want is te body of text (e.g. for training a machine learning algorithm).
Re: Json-wikipedia
#8So, does it parse the markdown of the text as well? I could not quite get it from the documentation. It would be quite exciting if it could - the markdown is notoriously complex, and creates a lot of problem if all you want is te body of text (e.g. for training a machine learning algorithm).
I doubt this library parses the wikicode. What format would it parse it into? As matthewarkin said, there is a Wikipedia API to convert wikicode into HTML.
Re: Json-wikipedia
#9Re: Json-wikipedia
#10Why would I need the dump in JSON? XML is for sure uglier but at least there are efficient SAX parsers.