List of dictionaries for Word-Machine
Checkout on GitHub
This repository offers a list of dictionaries that can be used with the Word-Machine word generator.
If you have clone both repo in the same parent folder, i.e. you have
$ tree
├── Dictionaries
│ [...]
│ └── great-old-ones.txt
├── Word-machine
│ [...]
│ └── word-machine.py
[...]
then you can run the following command
python3 Word-machine/word-machine.py -d Dictionaries/great-old-ones.txt -g 10
to generate words similar to the names of the Great Old Ones of H.P. Lovecraft's work.
The project is a small one. The code is given to the GitHub Community for free, only under the MIT License, that is not too restrictive.