An open API service indexing awesome lists of open source software.

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

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/).