dictionaryminer
1.0.0
Diccionario de inglés gratuito disponible para cualquier uso (personal o comercial). El diccionario actual tiene definiciones para más de más de 210,000 palabras.
¡Las contribuciones se alientan y sean bienvenidas!
$ 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 " ,
}
]
}
}
}Los archivos JSON del diccionario se crearán dentro de la carpeta de activos.