Tagged Questions
Wikipedia, the free encyclopedia, is a free web-based encyclopedia project written by people all over the world and is currently seventh among all websites on Alexa. Consider also the tags [wikipedia-api] if your question has to do with the use of the API on Wikipedia or [mediawiki] if your question has to do with the MedaiWiki software.
47
votes
6answers
28k views
Is there a Wikipedia API?
On my Wikipedia user page, I run a Wikipedia script that displays my statistics (number of pages edited, number of new pages, monthly activity, etc.).
I'd like to put this information on my blog.
...
18
votes
8answers
8k views
Fetch a Wikipedia article with Python
I try to fetch a Wikipedia article with Phython's urllib:
f = urllib.urlopen("http://en.wikipedia.org/w/index.php?title=Albert_Einstein&printable=yes")
s = f.read()
f.close()
However ...
11
votes
2answers
420 views
How do I make a “title” (tooltip, pop-up, alt-text) in a CSS to be used with SVG, without JavaScript
It is pretty easy to create a pop-up with the "title" attribute in SVG. But how do you achieve the same effect with CSS.
This is for an illustration I'm making for Wikimedia and I strive to have most ...
11
votes
1answer
1k views
Is there an FFT that uses a logarithmic division of frequency?
Wikipedia's Wavelet article contains this text:
The discrete wavelet transform is also less computationally complex, taking O(N) time as compared to O(N log N) for the fast Fourier transform. This ...
9
votes
5answers
1k views
Reverse wikipedia geotagging lookup
Wikipedia is geotagging a lot of its articles. (Look in the top right corner of the page.)
Is there any API for querying all geotagged pages within a specified radius of a geographical position?
...
7
votes
2answers
200 views
Summarizing a Wikipedia Article
I find myself having to learn new things all the time. I've been trying to think of ways I could expedite the process of learning new subjects. I thought it might be neat if I could write a program ...
7
votes
6answers
981 views
Parser for wikipedia
I downloaded wikipedia dump and want to convert from wiki format to my object format. Is there a wiki parser available that converts the object into XML?
7
votes
3answers
6k views
WebRequest to connect to the Wikipedia API
This may be a pathetically simple problem, but I cannot seem to format the post webrequest/response to get data from the Wikipedia API. I have posted my code below if anyone can help me see my ...
6
votes
1answer
162 views
What does wikipedia use to scale? [closed]
Being the 5th most visited site in the world, and serving millions of pages to tens of millions of users daily, does wikipedia use anything else in the back-end to scale to those numbers?
Or is it ...
6
votes
6answers
2k views
Extract the first paragraph from a Wikipedia article (Python)
How can I extract the first paragraph from a Wikipedia article, using Python?
For example, for Albert Einstein, that would be:
Albert Einstein (pronounced /ˈælbərt
ˈaɪnstaɪn/; German: [ˈalbɐt ...
6
votes
3answers
651 views
Fetch excerpt from Wikipedia article?
I've been up and down the Wikipedia API, but I can't figure out if there's a nice way to fetch the excerpt of an article (usually the first paragraph). It would be nice to get the HTML formatting of ...
6
votes
2answers
444 views
What PHP Framework and ORM does wikipedia use?
I have always been fascinated about how wikipedia works. I am think of creating an idea similar to wikipedia but I must know what technology they use first. Just wanted to know what technology does ...
6
votes
5answers
372 views
How does Wikipedia's “What links here” work?
I recently used Wikipedia's function "What links here" (which is found under the "Toolbox" element in any entry's left menu) and it got me started wondering how this function actually works.
I'm ...
6
votes
2answers
11k views
How to use wikipedia api if it exists?
I'm trying to find out if there's a wikipedia api (I Think it is related to the mediawiki?).
If so, I would like to know how I would tell wikipedia to give me an article about the new york yankees ...
6
votes
3answers
2k views
Retrieve music artist data from wikipedia?
When it comes to classifying music by genre, I've found wikipedia to have more interesting genre information than most other data sources.
I seem to remember a database that collected this sort of ...
5
votes
2answers
205 views
Am I allowed to use Wikipedia content? [closed]
I'm always confused when reading licenses ....
I want to implement (to be honest implementation is already done) a commercial iPad app which makes use of content from wikipedia. Am I allowed to
...
5
votes
1answer
125 views
VB support in Java 6?
I was checking Java language history in wikipedia, and this paragraph caught my attention:
The current version, Java SE 6
(December 11, 2006) — Codename Mustang
— is bundled with a database ...
5
votes
9answers
2k views
Get first lines of Wikipedia Article
I got a Wikipedia-Article and I want to fetch the first z lines (or the first x chars, or the first y words, doesn't matter) from the article.
The problem: I can get either the source Wiki-Text (via ...
5
votes
4answers
2k views
Why can't I fetch wikipedia pages with LWP::Simple?
I'm trying to fetch Wikipedia pages using LWP::Simple, but they're not coming back. This code:
#!/usr/bin/perl
use strict;
use LWP::Simple;
print get("http://en.wikipedia.org/wiki/Stack_overflow");
...
4
votes
2answers
87 views
Wikipedia philosophy game diagram in python and R
So I am relatively new to python, and in order to learn, I have started writing a program that goes online to wikipedia, finds the first link in the overview section of a random article, follows that ...
4
votes
1answer
373 views
What is wikipedia pageid? how to change it into real page url?
I am study wikipedia api,
some demo api call
so what is the pageid? how to change it into real page url?
I mean <page pageid="18630637" ns="0" title="Translation" />, how to change 18630637 ...
4
votes
2answers
286 views
How to get all article pages under a Wikipedia Category and its sub-categories
I want to get all the articles names under a category and its sub-categories.
Options I'm aware of:
Using the Wikipedia API. Does it have such an option??
d/l the dump. Which format would be ...
4
votes
2answers
230 views
Wikipedia : How “Did you mean” works and how to exploit it?
I want to know how does the "Did you mean : ..." of Wikipedia works and if there's a way, like with the API, to use it? Because I want to get the corresponding page from my input but this one could ...
4
votes
1answer
216 views
PCA: What's wrong with this algorithm?
Can someone please either confirm or correct this Wikipedia algorithm for computing the first principal component? I want a simple implementation of PCA in D, which doesn't have any existing ...
4
votes
3answers
93 views
Where can I find get a dump of raw text on the web?
I am looking to do some text analysis in a program I am writing. I am looking for alternate sources of text in its raw form similar to what is provided in the Wikipedia dumps (download.wikimedia.com).
...
4
votes
2answers
443 views
Query on Stack pointer use in Assembly Language
I was ready a article posted on wikipedia on Tail recursion: http://en.wikipedia.org/wiki/Tail_call
Now here at the end of the article, the example shows Stack Pointer being used to access the ...
4
votes
3answers
425 views
Convert from wiki to html
I'm using a wikipedia api for getting info from wikipedia.
Is there anything for convert wiki text in html?
I've tried mediacloth but i doesn't works well
4
votes
3answers
185 views
Where to find “bug free” html to wiki converter
While googling for it.I've stumbled upon html2wiki that seems to do the job(will try after done posting the Q up). But, other than that, there are many other choices popped out during the query ...
4
votes
4answers
2k views
MediaWiki styling for iPhone
When you visit en.wikipedia.org with an iPhone you are forwarded to en.m.wikipedia.org which is formatted beautifully for the device. I have MediaWiki on my own server and I'd love to have this ...
4
votes
5answers
506 views
Getting a large number (but not all) Wikipedia pages
For a NLP project of mine, I want to download a large number of pages (say, 10000) at random from Wikipedia. Without downloading the entire XML dump, this is what I can think of:
Open a Wikipedia ...
4
votes
1answer
1k views
Blacklist IP database
Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... such the blacklist used by the Global blocking of Wikipedia.
4
votes
4answers
1k views
Downloading Images from WikiMedia Commons
Is anyone aware of a way to programatically download images from WikiMedia Commons without registering for a Bot account? It seems like the only way to get approval for a Bot account is if it adds to ...
4
votes
3answers
3k views
Is there a parser/way available to parser Wikipedia dump files using Python?
I have a project where in I collect all the wikipedia articles belonging to a particular category, pull out the dump from the wikipedia, and put it into our db. So I should be parsing wikipedia dump ...
3
votes
2answers
118 views
Get all Wikipedia Infobox Templates and all Pages using them
Given a Wikipedia page like Wikipedia: Stack Overflow there are often Infoboxes (mostly on the right hand at the top of the page). Example screenshot:
DBPedia lists all these attributes as RDF ...
3
votes
1answer
60 views
how to get search result from Wikipedia
I am using EditTextView , where user enter some text and make a search.
I want to search the Wikipedia for and get result against the text. How to I can search a query from Wikipedia. I found the ...
3
votes
2answers
338 views
How to read compressed bz2 (bzip2) Wikipedia dumps into stream xml record reader for hadoop map reduce
I am working on using Hadoop Map Reduce to do research on the wikipedia data dumps (compressed in bz2 format). Since these dumps are so big (5 T), I can't decompress the xml data into HDFS and just ...
3
votes
3answers
86 views
how search in wikipedia works?
I am a beginer in web technologies so sry if its a lame question.
Wikipedia and other such sites which host million of web pages. How search works in these pages. Do they store all html pages in ...
3
votes
1answer
64 views
What kind of caching machanism is used over at Wikipedia?
If you open up your mozilla Firefox web browser and turn on firebug to check for incoming and outcoming network traffic, you see that, when you look at Wikipedia articles, the amount of cached content ...
3
votes
2answers
432 views
How to retrieve parts of Wikipedia content into Android App?
Basically, I want to retrieve content from wikipedia.
But I want to display it inside my Android Apps directly.
Not immidiately redirect to the internet browser, but to display it inside my apps ...
3
votes
4answers
397 views
Cutting up large XML file into small chunks
I have a large wikipedia dump that I want to cut into different files (1 file for each article). I wrote a VB App to do it for me, but it was quite slow and crapped out after a few hours of cutting. ...
3
votes
2answers
363 views
Wikipedia API for geolocations
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?
I would like to say that I am "here" and find out what is ...
3
votes
2answers
218 views
Wikipedia (MediaWiki) URI encoding scheme
Folks,
Anybody knows how Wikipedia or MediaWiki in general, encode the URI according to the title? It's not normal URI encoding, " "s are replaced with "_"s and single quotations are not encoded and ...
3
votes
2answers
276 views
Shunting-yard: missing argument to operator
I'm implementing the shunting-yard algorithm. I'm having trouble detecting when there are missing arguments to operators. The wikipedia entry is very bad on this topic, and their code also crashes for ...
3
votes
3answers
594 views
Parsing Wiki XML Dumps ver0.4 just got tough
I am trying to parse Wikipedia XML Dump using "Parse-MediaWikiDump-1.0.4" along with "Wikiprep.pl" script. I guess this script works fine with ver0.3 Wiki XML Dumps but not with the latest ver0.4 ...
3
votes
1answer
3k views
Extract paragraphs from Wikipedia API using PHP cURL
Here's what I'm trying to do using the Wikipedia (MediaWiki) API - http://en.wikipedia.org/w/api.php
Do a GET on ...
3
votes
4answers
431 views
Wikipedia text download
I am looking to download full Wikipedia text for my college project. Do I have to write my own spider to download this or is there a public dataset of Wikipedia available online?
To just give you ...
3
votes
3answers
483 views
How to analyse Wikipedia article's data base with R?
This is a "big" question, that I don't know how to start, so I hope some of you can give me a direction. And if this is not a "good" question, I will close the thread with an apology.
I wish to go ...
3
votes
3answers
137 views
Mining Groups of people from Wikipedia
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 ...
3
votes
2answers
323 views
Looking for a database of n-grams taken from wikipedia
I am effectively trying to solve the same problem as this question:
http://stackoverflow.com/questions/610399/finding-related-words-specifically-physical-objects-to-a-specific-word
minus the ...
3
votes
5answers
2k views
How to crawl entire Wikipedia?
I've tried WebSphinx application.
I realize if I put wikipedia.org as the starting URL, it will not crawl further.
Hence, how to actually crawl the entire Wikipedia? Can anyone gimme some ...