Parsing Wikipedia Articles with Node.js and jQuery by Ben Coe.
From the post:
For some NLP research I’m currently doing, I was interested in parsing structured information from Wikipedia articles. I did not want to use a full-featured MediaWiki parser. WikiFetch Crawls a Wikipedia article using Node.js and jQuery. It returns a structured JSON-representation of the page.
Harvesting of content (unless you are authoring all of it) is a major part of any topic map project.
Does this work for you?
Other small utilities or scripts you would recommend?
I first saw this at: DZone.