dictionaryminer
1.0.0
免费的英语词典可用于任何用途(个人或商业)。当前的词典具有超过210,000多个单词的定义。
鼓励和欢迎捐款!
$ python make_dictionary.py
$ python make_dictionary.py --webster
$ python make_dictionary.py --wordnet{
"word" : {
"pronunciation" : " Some pronunciation " ,
"definitions" : {
"noun" : [
{
"definition" : " Some definition " ,
"sentence" : " Some sentence "
},
{
"definition" : " Another definition " ,
"sentence" : " Another sentence " ,
}
],
"verb" : [
{
"definition" : " Some definition " ,
"sentence" : " Some sentence "
},
{
"definition" : " Another definition " ,
"sentence" : " Another sentence " ,
}
]
}
}
}字典JSON文件将在资产文件夹中创建。