kth8/english-words-wordnet
收藏Hugging Face2026-03-24 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/kth8/english-words-wordnet
下载链接
链接失效反馈官方服务:
资源简介:
---
language: en
license: apache-2.0
tags:
- nlp
- dictionary
- wordnet
- english
- text-generation
---
# English Words WordNet Dataset
This dataset contains a comprehensive collection of English words paired with their detailed definitions from [WordNet](https://wordnet.princeton.edu/). Includes words between 2 and 20 characters in length.
Each line represents a single record containing the following structure:
```json
{
"word": "zwiebacks",
"index_0": {
"pos": "n",
"definition": "slice of sweet raised bread baked again until it is brown and hard and crisp",
"examples": []
}
}
```
提供机构:
kth8



