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": []
}
}
```
语言:英语
许可证:Apache 2.0
标签:
- 自然语言处理(NLP)
- 词典
- 词网(WordNet)
- 英语
- 文本生成
# 英语词汇词网(WordNet)数据集
本数据集全面收录英语词汇,并搭配来自词网(WordNet,https://wordnet.princeton.edu/)的详细释义。所收录词汇的字符长度介于2至20个之间。
每条数据行对应一条独立记录,其结构如下:
json
{
"word": "zwiebacks",
"index_0": {
"pos": "名词",
"definition": "经二次烘烤至呈棕褐色、质地坚硬酥脆的甜酵母面包片",
"examples": []
}
}
提供机构:
kth8


