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 داخل مجلد الأصول.