Skip to content

Python API for the Moby lexicon project, the largest word list in the world.

License

Notifications You must be signed in to change notification settings

marcofavorito/moby_dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moby_dict

Python API for the Moby lexicon project, the largest word list in the world. Further details in the references.

How to use

  • install:
pip install moby_dict
  • usage:
from moby_dict.corpus import word_list
word_list.download()
# Wait some minutes...

words = word_list.single()
print(len(words)) #354984

names = word_list.names()
all_words = word_list.all()
print(len(all_words)) #390370

References

About

Python API for the Moby lexicon project, the largest word list in the world.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages