单词,单词类型和定义的英语JSON词典 [英] English JSON Dictionary with word, word type and definition

查看:76
本文介绍了单词,单词类型和定义的英语JSON词典的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道JSON格式的英语词典,该词典具有(单词,定义和单词类型,例如名词/形容词/动词/副词)

Does anyone know of a JSON formatted English dictionary that has (The word, the definition and the word type eg. noun/adjective/verb/adverb)

这种格式:

[
    {"Word" : "Chair", "Definition" : "A thing you sit on", "WordType", "Noun"},
    {"Word" : "bla", "Definition" : "bla", "WordType" : "bla"}
]

谢谢您能给我的帮助:)

Thanks for any help you can give me :)

推荐答案

对所有其他结果感到沮丧,我创建了自己的字典.它可以在投递箱

Frustrated from all other results, I created my own dictionary. It is available on dropbox

这是一个高度压缩的data.7z文件,在解压缩此文件(使用7-zip文件管理器解压缩)之后,您将获得一个文件夹,其中所有单词都归类为.json文件..json包含具有各种含义,类型,同义词和反义词的单词.

This is a highly compressed data.7z file, after extracting this file (use 7-zip file manager to extract), you will get a folder in which all the words are categorized in a .json file. The .json is contains words with their various meanings, types, synonyms and antonyms.

字典的质量也非常好,因为它是在Python中使用NLTK制成的.该词典包含超过60000个单词.

The quality of the dictionary is also very good as it is made using NLTK in Python. The dictinary contains more than 60000 words.

字典以这种格式排列-{WORD:{'MEANINGS':{},'ANTONYMS':[...],'SYNONYMS':[...]}}

The dictionary is arranged in this format- {WORD: {'MEANINGS':{} , 'ANTONYMS':[...] , 'SYNONYMS':[...]}}

,"MEANINGS"字典按"MEANINGS"排列:{sense_num_1:[TYPE_1,MEANING_1,CONTEXT_1,EXAMPLE],sense_num_2:[TYPE_2,MEANING_2,CONTEXT_2,EXAMPLE]等...}

and the 'MEANINGS' dict is arranged as 'MEANINGS':{sense_num_1:[TYPE_1, MEANING_1, CONTEXT_1, EXAMPLES], sense_num_2:[TYPE_2, MEANING_2, CONTEXT_2, EXAMPLES] and so on...}

这篇关于单词,单词类型和定义的英语JSON词典的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆