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 Dictionary будут созданы в папке Assets.