https://github.com/captbaritone/idle-chains
Generate Idle Thumbs episode descriptions using Markov Chain
https://github.com/captbaritone/idle-chains
Last synced: 9 months ago
JSON representation
Generate Idle Thumbs episode descriptions using Markov Chain
- Host: GitHub
- URL: https://github.com/captbaritone/idle-chains
- Owner: captbaritone
- Created: 2015-08-21T23:49:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T16:29:01.000Z (over 10 years ago)
- Last Synced: 2025-03-21T13:53:23.581Z (10 months ago)
- Language: Python
- Homepage: http://jordaneldredge.com/projects/idle-chains
- Size: 152 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Generate [Idle Thumbs](https://www.idlethumbs.net/idlethumbs) podcast descriptions using Markov Chains.
To run:
python markov.py
You will need to have [installed NLTK](http://www.nltk.org/install.html) and [downloaded the punkt data](http://www.nltk.org/data.html) for it.
Python 2 also requires the [future library](http://python-future.org/).