Tagged Questions

3
votes
3answers
486 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 ...
2
votes
1answer
120 views

what data storage model is used to store articles in wikipedia

Articles in wikipedia get edited. They can grow/shrink/updated etc. What file system/database storage layout etc is used underneath to support it. In database course, I had read a bit on variable ...
1
vote
1answer
209 views

cant find a frm file when tring to import data into mySql

I am tring to import English wikipedia dump into my sql so I can use the JWPL library to work with it. I installed MySql, create a data base named wikidump, ran a sql script that created the needed ...
1
vote
2answers
446 views

Importing wikipedia database dump - kills navicat - anyone got any ideas?

Ok guys I've downloaded the wikipedia xml dump and its a whopping 12 GB of data :\ for one table and I wanted to import it into mysql databse on my localhost - however its a humongous file 12GB and ...
0
votes
1answer
60 views

how to obtain currentstatus(and other milestones) of wikipedia articles?

I am using Python and MySQL to query mediawiki database to get the currenstatus of articles (i.e. whether the article is FA, GA, GAN etc.) but have been unable to do so. I know currentstatus is ...
0
votes
2answers
117 views

wikipedia dump phpmyadmin

Im trying to import the database file of wikipedia (titles only, 163M) from http://dumps.wikimedia.org/enwiki/latest/ with phpMyAdmin (I have a wamp configuration). I already changed the values on ...
0
votes
1answer
83 views

Omitting Wikipedia maintenance categories from sql query

I am retrieving a list of categories for a given page_title, but the results include categories such as: "All_articles_to_be_split" "Articles_with_unsourced_statements_from_July_2008" ...
0
votes
3answers
230 views

Wikipedia Graph Database Insertion

I am trying to create a database from dbpedia RDF triples. I have a table Categories which contains all the Categories in wikipedia. To store categorizations i have created a table with child and ...
0
votes
1answer
124 views

sync 2 MediaWiki weekly?

we have to mediawiki (like wikipedia) installation one is public and one is internal we do the normal work with the internal adding/changing/deleting text articales and pictures we want to sunc and ...
0
votes
2answers
130 views

Truncate mediawiki

I'm working with the mediawiki API ( e.g. http://en.wikipedia.org/w/api.php) and I would like to be able to 'truncate' the mysql tables in order to reset the local installation while keeping some ...
0
votes
4answers
580 views

Wikipedia integration issue - need to finally sort this out 101

Sorry guys, I've been running a mock asking questions on how to integrate wikipedia data into my application and frankly I don't think I've had any success on my end as I've been trying all the ideas ...
0
votes
3answers
837 views

Copy chosen Wikipedia articles into own wiki?

is there a way to batch copy certain wikipedia articles(about 10,000) to my own mediawiki site? EDIT: How do I do this without overwriting similarly named articles/pages? Also I don't plan on using ...