Is it possible, using the existing Wikipedia API\'s to get a list of articles around a Geo-location? Sort of like how Google maps does it?
How can I draw only the words in [[words]] into array? [[旭川市|旭川]](文化) - [[アイヌ]]文化、[[旭川市旭山動物園|旭山動物園]]など
Is there any kind of API (oAuth?) for this? Or maybe a publicly visible piece of information that only the user开发者_如何学JAVA can edit so that I can give her a hash to put there (similar to how one
Is it possible to query the Wikipedia API for articles that contain a specific template? The documentation does not describe any action that would filter search results to pages that contain a templat
What would be the easiest way to get all articles about people from Wikipedia? I know I can download a dump of all the pages, but then how do I filter those and get only the ones about pe开发者_如何学
I am trying to build a wikipedia link crawler on google app engine. I wanted to store an index in the datastore. But I run into the DeadlineExceededError for both cron jobs and task queue.
I want to use WikipediaTokenizer in lucene project - http://lucene.apache.org/开发者_如何学Cjava/3_0_2/api/contrib-wikipedia/org/apache/lucene/wikipedia/analysis/WikipediaTokenizer.html But I never us
How do Wikipedia (or MediaWiki in general) encode page titles in URIs? It\'s not normal URI encoding, since spaces are replaced with un开发者_JAVA百科derscores and double quotes are not encoded and th
I am trying to split a large XML file into smaller files using java\'s SAXParser (specifically the wikipedia dump which is about 28GB uncompressed).
I am trying to get the summary of an article and download it as a string. This works great with some articles, but the wikipedia website is inconsistent. So NSScanner fails pretty often while it works