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文件將在資產文件夾中創建。