Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremy-rifkin/wordlist
~300,000 English words
https://github.com/jeremy-rifkin/wordlist
Last synced: 3 months ago
JSON representation
~300,000 English words
- Host: GitHub
- URL: https://github.com/jeremy-rifkin/wordlist
- Owner: jeremy-rifkin
- License: mit
- Created: 2015-06-12T21:27:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T08:42:53.000Z (about 4 years ago)
- Last Synced: 2024-04-18T14:11:03.630Z (9 months ago)
- Language: Python
- Homepage:
- Size: 5.73 MB
- Stars: 54
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordlist
![Word List image](https://raw.githubusercontent.com/jeremy-rifkin/Wordlist/graphic/graphic/image3_cropped.png)
This project combines multiple english word lists and create a more complete master list.
[`master.txt`](master.txt) contains ~300,000 words.
# Resources
This master word list is compiled by a Python script using the following resources (located in [`res/`](res/)):
| File Name | Words In File | Source |
|-----------|---------------|--------------------------------------------------------------------------|
| a.txt | 72446 | http://rosettacode.org/mw/index.php?title=Textonyms/wordlist |
| b.txt | 69903 | http://www-personal.umich.edu/~jlawler/wordlist |
| c.txt | 109583 | http://www-01.sil.org/linguistics/wordlists/english/wordlist/wordsEn.txt |
| d.txt | 58110 | http://www.mieliestronk.com/corncob_lowercase.txt |
| e.txt | 274926 | *I have been unable to track down this source...* |# Running the aggregator yourself
```bash
git clone [email protected]:jeremy-rifkin/Wordlist.git
cd Wordlist
python3 aggregate.py res/* > master.txt
```Want to add your own word list? Just add it to `res/`.
# Licence
[MIT](LICENSE).