dictionaryminer
1.0.0
Free English dictionary available for any use (personal or commercial). The current dictionary has definitions for over 210,000+ words.
Contributions are encouraged and welcomed!
$ 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",
}
]
}
}
}The dictionary json files will be created inside the assets folder.