如何从 Wikipeida 获取 XML 格式的所有类别?
我在这里找到了一些用于在 XML 中查找不同信息的参数: Mediawiki API
我想获取最后提供的所有类别任何文章的。到目前为止,我已经找到这个 URL 来获取有关奥巴马的信息,Barack奥巴马
我需要解析它才能获得类别列表吗?我希望每篇文章的底部都有类别,例如,对于奥巴马,我需要这样的类别:“1961 年出生”、“非裔美国人学者”等。我该怎么做?请帮忙!
I found some parameters for finding different information in XML here:
Mediawiki API
I want to get all the categories provided at the end of any article. Till now, I've found this URL to get the information about, for example, Obama, Barack Obama
Will I have to parse this to get a list of categories? I want categories at the bottom of each article, e.g. in case of Obama, I need the categories like: "1961 births", "African American academics" etc. How can I do that? Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
prop=categories
,类似于 < a href="http://en.wikipedia.org/w/api.php?action=query&titles=Barack%20Obama&prop=categories&cllimit=max" rel="nofollow">此。Use
prop=categories
, something like this.