How to get the correct Wikipedia article
我正在使用 MediaWiki API 来获取某些 Wikipedia 文章的第一段。目前我遇到的问题是在维基百科中有多个条目的术语。例如,Java 一词在 Wikipedia 文章中提到了 Java 岛,而不是编程语言。是否有一些参数可以用来区分两者?
n
检查 http://en.wikipedia.org/w/api.php 以获取:
1 2 3 4 5 6 7 8 9 10 11 | * list=querypage (qp) Parameters: qppage - The name of the special page. Note, this is case sensitive This parameter is required One value: Ancientpages, BrokenRedirects, Deadendpages, Disambiguations, DoubleRedirects, Listredirects, Lonelypages, Longpages, Mostcategories, Mostimages, Mostinterwikis, Mostlinkedcategories, Mostlinkedtemplates, Mostlinked, Mostrevisions, Fewestrevisions, Shortpages, Uncategorizedcategories, Uncategorizedpages, Uncategorizedimages, Uncategorizedtemplates, Unusedcategories, Unusedimages, Wantedcategories, Wantedfiles, Wantedpages, Wantedtemplates, Unwatchedpages, Unusedtemplates, Withoutinterwiki |
我猜 Mostrevisions 、 Mostlinked 和 Mostcategories 可以帮助你获得一个有意义的页面。
这是一个使用示例:http://en.wikipedia.org/w/api.php?action=query