dictionaryminer
1.0.0
Dictionnaire anglais gratuit disponible pour toute utilisation (personnel ou commercial). Le dictionnaire actuel a des définitions pour plus de 210 000 mots.
Les contributions sont encouragées et accueillies!
$ 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 " ,
}
]
}
}
}Les fichiers JSON Dictionary seront créés dans le dossier Assets.