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 ...
0
votes
1answer
22 views
How to form dbPedia iSPARQL query (for wikipedia content)
Say I need to fetch content from wikipedia about all mountains. My target is to show initial paragraph, and an image from respective article (eg. Monte Rosa and Vincent Pyramid.
I came to know about ...
2
votes
2answers
27 views
Retrieving the Interlanguage links from an exported wikipedia article?
I used to retrieve the interlanguage links from an exported wikipedia article by parsing the export with some regular expressions.
In phase 1 of the WikiData project these links have been moved to a ...
0
votes
1answer
37 views
Indexing wikipedia dump with solr
I have solr 3.6.2 installed on my machine, perfectly running with tomcat. I want to index a wikipedia dump file using solr. How do I do this using DataImportHandler? Any other way? I don't have any ...
0
votes
0answers
22 views
Which is the best way to obtain data similar to Google Knowldge Graph
I need data which is similar to GKG primarily for Named Entity Recognition. Basically I want to use the context(extra information) behind an entity for entity recognition. What is the suggested way of ...
0
votes
1answer
18 views
Wikipedia API returns no links for specific articles
I have a query that gets all the links in a Wikipedia article. The problem is that for some pages, it returns no link.
This Wikipedia article has many links on it.
However, my query:
...
1
vote
1answer
23 views
httpError using mwclient with local MediaWiki
I try to create a page using mwclient with a local MediaWiki.
With wikipedia.org everything works fine.
With my local MediaWiki I enter these commands:
import mwclient
site = ...
0
votes
2answers
15 views
Wikipedia: dump article id's and it's category
I would like to make a mysql database with every wikipedia article id and it's category id (most general category). I saw that wikipedia gives an entire dump, and a few others like links between ...
0
votes
0answers
18 views
RTE corpus for nltk with wikipedia and framenet
I want to create an rte corpus for nltk using wikipedia and frames. Is there any tool available to aid in this process?
0
votes
0answers
11 views
How are the StackOverflow tag descriptions assimilated? [migrated]
I can't seem to find anything on SO about SO's tag system, and I was wondering how SO programmatically creates the descriptions linked to each tag. I noticed that there are a few descriptions (if not ...
0
votes
0answers
16 views
How can I obtain Wikipedia Category for a query using YAGO?
I need this solution in JAVA. The tool provided by YAGO team is called Javatools.
If I query "Iphone" in YAGO's online SVG Browser, I get the rdf:type "wordnet_personal_digital_assistant_103918737" ...
0
votes
1answer
47 views
JSON parse, if Wikipedia has multiple options pick first page to display
The following code grabs the first paragraph from a Wikipedia page.
<?
// action=parse: get parsed text
// page=Baseball: from the page Baseball
// format=json: in json format
// prop=text: send ...
0
votes
0answers
35 views
Zebra stripes in wiki table
I have created a table for my Wikipedia page and I need every other row to be a different color. I have tried
.wikitable.zebra tr:nth-child(odd) {
background-color: #f5f5f5;
}
but I cant get ...
0
votes
1answer
12 views
Wikipedia API: check if template is protected
When you get the list of templates that are associated with a specific page (ie. http://en.wikipedia.org/w/api.php?action=query&prop=templates&format=json&tllimit=10&pageids=199445), ...
-2
votes
1answer
37 views
What is the difference between these two Wikipedia favicon images? [closed]
Is there any difference between the standard square Wikipedia Favicon ("Group of pictures" tab) and the Rounded Wikipedia tab ("High Efficiency Video Coding" tab)?
...
1
vote
2answers
25 views
Wikipedia API: Excluding References From Parse Request
I'm trying to get the links from a particular page in order as presented on page, or reasonably close. I believe I found the correct API call to do so using the parse request, however I'm noticing ...
-1
votes
1answer
50 views
General Wikipedia HTML structure [closed]
Is there a general format for Wikipedia's HTML tags? i.e. apart from the basics (head, tite, body, etc.) are there particular tags to separate each block of info? Say for example, the introduction may ...
2
votes
1answer
74 views
RAII Example from Wikiepdia
I was looking at the C++ example of RAII on wikipedia, and I came across something that didn't make sense to me.
Here's the code snippet itself, all credit to wikipedia:
#include <string>
...
1
vote
1answer
14 views
Encodage with french dump
I have a problem with my French dump of Wikipedia using XML dump. I'm having a problem with accented characters.
When i install Mediawiki, I choose innoBdb, this my MySQL configuration:
Enter ...
0
votes
0answers
38 views
Unexpected work of method HtmlCleaner.clean
I am trying to parse the wikipedia using htmlcleaner java library. I had a class Parser. He worked as expected, when I ran it as a java application. When I moved the class from java applications to ...
0
votes
1answer
90 views
Best Java API to Access Wikipedia Data
I want to access the Wikipedia Data for some research based NLP task in optimizes way. I'm focusing on finding some Java API. I've seen many Java API e.g JWPL, gwtwiki,wikixmlj, Bliki Engine, ...
0
votes
1answer
23 views
Wikipedia api counting appearances of a word.
i need to implement a measure of keyphraseness for a given word. Which means how important is that word, for example the word 'example' is less important than the word 'nuclear'. The proposed measure ...
0
votes
2answers
32 views
How to distinguish a Wikipedia article by URL?
There are many pages on Wikipedia that are not articles, e.g. talk pages etc. How to distinguish them from articles by URL?
1
vote
2answers
51 views
String comparison of wikipedia articles
i am retrieving Wikipedia categories for a request with
http://en.wikipedia.org/w/api.php?format=json&action=query&prop=categories&cllimit=5000&titles=request
What i am trying to do ...
0
votes
1answer
37 views
How do i fix this; “TypeError: 'WikipediaItem' object does not support item assignment”
I am very new to python and also to scrapy. I want to scrape the data from wikipedia but things didn't work out. Everytime I do scrapy crawl wiki, I always get; "TypeError: 'WikipediaItem' object does ...
1
vote
0answers
57 views
Looking for example or documentation for wikidump python lib
I stumbled upon the wikidump python library, which I think suits me just fine.
I could get by by looking at the source code, but I'm new at python and I don't want to write BS code as the project I ...
1
vote
1answer
21 views
Copied Wikipedia article to another wiki, infobox missing [closed]
I copy/pasted the Wikipedia page
http://en.wikipedia.org/wiki/User:BocasThunder/Playa_Verde to
another wiki as http://panamanana.com/wiki/index.php?title=Playa_Verde.
But the settlement box on the ...
0
votes
0answers
44 views
Etymology of blessed repository [closed]
Who came up with the religious references found in git: ie:
blessed repository
and what about benevolent dictator?
I am just interested in who coined these terms and if they had a reason for it, or ...
1
vote
2answers
108 views
How can I load content from another site onto mine with JavaScript/jQuery?
I'm trying to get a wikipedia article to load onto my site. I'm trying to follow the instructions here: http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Transwiki but I'm at a loss.
I've tried:
...
2
votes
1answer
65 views
How to get Wikipedia “clean” content?
I'm using Mediawiki api in order to get content from Wikipedia pages.
I've written a code which generates the next query ( for example ) :
...
0
votes
2answers
42 views
wikipedia regex match and replace
I am working on a media wiki xml that wikipedia provides and I'm trying to the preprocess the data removing and replacing some of specific expressions in the text. One such preprocessing is to replace ...
0
votes
1answer
41 views
Finding and downloading images within the Wikipedia Dump
I'm trying to find a comprehensive list of all images on wikipedia, which I can then filter down to the public domain ones. I've downloaded the SQL dumps from here:
...
4
votes
3answers
136 views
How to convert Wikipedia wikitable to Python Pandas DataFrame?
In Wikipedia, you can find some interesting data to be sorted, filtered, ...
Here is a sample of a wikitable
{| class="wikitable sortable"
|-
! Model !! Mhash/s !! Mhash/J !! Watts !! Clock !! SP !! ...
0
votes
1answer
34 views
Wikipedia (Mediawiki) API
I've been searching Wikipedia (:Mediawiki) api for the next option and could not found whether it does or does not exist ;
I'd like to search for "Sydney NSW Australia" (for example , search query is ...
-1
votes
2answers
50 views
Serializing a Wiki Page
Does anyone have any tips to serialize a Wiki page? Are there any libraries that can help with this?
I want to serialize this page to get an object like so:
public class Champion
{
MetaData ...
0
votes
1answer
159 views
QGis: How to import svg or raster images into Quantum GIS?
these vector or raster files being classic files without geocoordinates. They are lat/long projection, I want to import them into QGIS, scale them up/down, place them to their right place, and they ...
0
votes
0answers
42 views
how to show wikipedia page with proper format in UIWebView
I use this link to get content of the page but it is not in proper format, like no table borders, some background color for text.
http://en.wikipedia.org/w/index.php?action=render&title=Pakistan
...
-2
votes
2answers
48 views
Use wikipedia tables to rename files
I want to make a program that given a series name will rename my files to the episode names from Wikipedia. I though of maybe getting the episode list to a table or some data structure and renaming ...
0
votes
1answer
26 views
How to specify or increase the content length of snippet by wikipedia api
I am using this url to extract data from wikipedia
http://en.wikipedia.org/w/api.php?format=xml&action=query&list=search&srsearch=google&srlimit=1&prop=revisions
This gives ...
0
votes
1answer
42 views
Get Italian names from Wikipedia Api
We are trying to fetch italian data from wikipedia's api. We have multiple names and need to get the first 10 results.
e.g. we want to collect the data from the "Persone" section of this result: ...
-2
votes
1answer
60 views
How to parse all wikipedia's webpages? [closed]
I need to parse all the Wikipedia's webpages. How can I do that?
Could I do that through its sitemap? If so, where is Wikipedia's sitemap?
0
votes
0answers
70 views
can't figure how to login using mediawiki api
$ch=curl_init();
$postfield = "action=login&lgname=d&lgpassword=Password&format=json";
$url = "http://wiki.signa.com/api.php"; //url to wiki's api
curl_setopt($ch, CURLOPT_URL, $url);
...
0
votes
0answers
51 views
Get all Wikipedia meanings of a word in any language
I would like to get a list of all the Wikipedia meanings of a word. For example, for the word 'bar', the disambiguations are listed at http://en.wikipedia.org/wiki/Bar_(disambiguation):
Bar ...
1
vote
1answer
71 views
Which files to download for all wikipedia images
I want to download all the Chinese Wikipedia data (text + images), I downloaded the articles but I got confused with these media files, and also the remote-media files are ridiculously huge, what are ...
1
vote
0answers
59 views
How to get summary from wikipedia for different companies?
I am trying to get the summary paragraph for a user entered company from Wikipedia.
So for example, if the user enters Google, I need to display the summary paragraph for Google.
The code I am using ...
1
vote
1answer
80 views
Using the Wikipedia API to get image URLs, but some images don't return an URL, why?
For example going to ...
0
votes
0answers
32 views
Indexing time of a full Wikipedia xml dump
Hi I was wondering how much time does it take to index the full (page,articles) wikipedia xml dump with the Lucene-search extension they provide?
...
1
vote
1answer
186 views
Fetch random excerpt from Wikipedia (Javascript, client-only)
I have a web page that asks the user for a paragraph of text, then performs some operation on it. To demo it to lazy users, I'd like to add an "I feel lucky" button that will grab some random text ...
0
votes
0answers
18 views
Local Installation of Wikipedia Search API
I am currently using the Wikipedia search API heavily on R&D. And given that it's got usage limits, I was wondering if it is possible to download the exact search functionality Wikipedia is using?
...
0
votes
1answer
46 views
How do I extract all 'references' from wiki [closed]
I want to extract all 'references', 'further readings', 'external links'
(not only external links) from a wikipedia page that I downloaded as xml.
Is there an easier way to do it than parse the ...
0
votes
1answer
25 views
How to get all redirects to a page in Wiki API?
I need all names(redirects) for a title.
Example: for title "European Court of Human Rights" I need redirects list:
Cour européenne des droits de l’homme
European Human Rights Court
European Court ...
