barrucadu / markov

Markov chain text generator, as used for KingJamesProgramming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using as a module?

aendra-rininsland opened this issue · comments

Hi!
First off — so rad. And I dig the Tumblog so much; kudos!

I'm wanting to do an art project with Markov chains and newspaper headlines, and have written a Python app to collect stuff into a NoSQL database. Any suggestions how I'd go about importing this as a submodule and using its functionality in my project?

Thanks!

Check out this commit -- should solve your issue.