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ファイルは、Assetsフォルダー内で作成されます。