Query the COCA (Corpus of Contemporary American English) linguistics API for word frequency, collocations, concordances, and historical usage trends. Use for linguistic research, writing assistance, or understanding how words are actually used in American English.
技能名称: geepers-corpus
详细描述:
通过 https://api.dr.eamer.dev 访问COCA语料库API。
COCA包含超过10亿词的当代美式英语,涵盖口语、小说、杂志、报纸和学术来源。
bash
export DREAMERAPIKEY=yourkeyhere
GET https://api.dr.eamer.dev/v1/corpus/search?word=serendipity&limit=20
返回KWIC(语境中的关键词)示例,展示该单词的实际用法。
GET https://api.dr.eamer.dev/v1/corpus/collocations?word=run&pos=verb&limit=20
返回与目标单词在统计上共现的词汇(MI值、频率)。
GET https://api.dr.eamer.dev/v1/corpus/frequency?word=algorithm&genre=academic
返回每百万词的出现频率,可选体裁筛选:spoken(口语)、fiction(小说)、magazine(杂志)、newspaper(报纸)、academic(学术)。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 geepers-corpus-1776420045 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 geepers-corpus-1776420045 技能
skillhub install geepers-corpus-1776420045
文件大小: 1.37 KB | 发布时间: 2026-4-17 18:13