Mediawiki api 如何从Wiktionary下载一类单词?

Mediawiki api 如何从Wiktionary下载一类单词?,mediawiki-api,wiktionary,Mediawiki Api,Wiktionary,我想从Wiktionary下载所有可数名词(), 我尝试了一些语料库,但似乎很难提取我想要的类别。有人能告诉我应该使用哪一个,以及如何提取特定类别的单词列表吗?或者有没有其他方法可以做到这一点,比如使用API?。给出: }添加&cmlimit=max一次最多可获得500个成员,而不是10个。 { "warnings": { "query": { "*": "Formatting of continuation data will be changing soon. To

我想从Wiktionary下载所有可数名词(),
我尝试了一些语料库,但似乎很难提取我想要的类别。有人能告诉我应该使用哪一个,以及如何提取特定类别的单词列表吗?或者有没有其他方法可以做到这一点,比如使用API?

。给出:


}

添加
&cmlimit=max
一次最多可获得500个成员,而不是10个。
{
"warnings": {
    "query": {
        "*": "Formatting of continuation data will be changing soon. To continue using the current formatting, use the 'rawcontinue' parameter. To begin using the new format, pass an empty string for 'continue' in the initial query."
    }
},
"query-continue": {
    "categorymembers": {
        "cmcontinue": "page|302d342d30|474610"
    }
},
"query": {
    "categorymembers": [
        {
            "ns": 0,
            "title": "$100 hamburger"
        },
        {
            "ns": 0,
            "title": "%ile"
        },
        {
            "ns": 0,
            "title": "&lit"
        },
        {
            "ns": 0,
            "title": ".com"
        },
        {
            "ns": 0,
            "title": "/b/tard"
        },
        {
            "ns": 0,
            "title": "0"
        },
        {
            "ns": 0,
            "title": "0-10-0"
        },
        {
            "ns": 0,
            "title": "0-10-2"
        },
        {
            "ns": 0,
            "title": "0-12-0"
        },
        {
            "ns": 0,
            "title": "0-2-2"
        }
    ]
}