I'm looking for a script that can convert the XML wikipedia DUMP in MySQL compliant SQL. I've found a ready SQL dump for the english version but no easy way to import the other languages.
我正在寻找一个可以在MySQL兼容的SQL中转换XML*DUMP的脚本。我找到了英文版的现成SQL转储,但没有简单的方法来导入其他语言。
Thanks,
Piero
2 个解决方案
#1
Per wikipedia's own page on the subject (well worth studying), help for importing wikipedia xml dumps to mysql is found on this mediawiki page .
根据*自己的主题页面(非常值得研究),可以在此mediawiki页面上找到有关将*xml转储导入mysql的帮助。
#2
Wikipedia has an API
*有一个API
- http://fr.wikipedia.org/w/api.php
- http://de.wikipedia.org/w/api.php
- http://es.wikipedia.org/w/api.php
- (...)
You can use this API to iterate over the articles and to download each page.
您可以使用此API迭代文章并下载每个页面。
#1
Per wikipedia's own page on the subject (well worth studying), help for importing wikipedia xml dumps to mysql is found on this mediawiki page .
根据*自己的主题页面(非常值得研究),可以在此mediawiki页面上找到有关将*xml转储导入mysql的帮助。
#2
Wikipedia has an API
*有一个API
- http://fr.wikipedia.org/w/api.php
- http://de.wikipedia.org/w/api.php
- http://es.wikipedia.org/w/api.php
- (...)
You can use this API to iterate over the articles and to download each page.
您可以使用此API迭代文章并下载每个页面。