Skip to content

script that uses markov chains to imitate the writing of the great George Orwell.

Notifications You must be signed in to change notification settings

johndikeman/orwelliangenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

orwelliangenerator

script that uses markov chains to imitate the writing of the great George Orwell.

usage

tester = Markov('file.txt')
print tester.makeChain(20)

the parameter for makeChain() is more like a suggestion. it will go until it feels like it generally.

also, sometimes it will hit recursion limit and scream and die.

About

script that uses markov chains to imitate the writing of the great George Orwell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages