Programmatic access to Moby Project in Python
Project description
# moby_dict
Python API for the Moby lexicon project, the largest word list in the world. Further details in the [references](#references).
## How to use
- install:
```bash
pip install moby_dict
```
- usage:
```python
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
- [Wikipedia on Moby Project](https://en.wikipedia.org/wiki/Moby_Project)
- [Electronic Dictionaries](http://www.clres.com/dict.html)
- [Moby Thesaurus](http://moby-thesaurus.org/)
- A similar project but in Javascript: [words/moby](https://github.com/words/moby)
- [Moby Project (IPFS)](https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/Moby_Project.html)
Python API for the Moby lexicon project, the largest word list in the world. Further details in the [references](#references).
## How to use
- install:
```bash
pip install moby_dict
```
- usage:
```python
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
- [Wikipedia on Moby Project](https://en.wikipedia.org/wiki/Moby_Project)
- [Electronic Dictionaries](http://www.clres.com/dict.html)
- [Moby Thesaurus](http://moby-thesaurus.org/)
- A similar project but in Javascript: [words/moby](https://github.com/words/moby)
- [Moby Project (IPFS)](https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/Moby_Project.html)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
moby_dict-0.1.0.post1.tar.gz
(3.3 kB
view details)
File details
Details for the file moby_dict-0.1.0.post1.tar.gz
.
File metadata
- Download URL: moby_dict-0.1.0.post1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/38.5.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 153508040c5abfe6187bd87bb61ae64e5e292cbbb8f56a372786ca067db6ef5b |
|
MD5 | 1000b973e37e1c3b490c147acf9f0485 |
|
BLAKE2b-256 | 5dceaf578e9c2fc4bf6a42309edef03b8a1c44e3cbc39a953be5a8235b0ecec2 |