Skip to content

DylanJones/wordcounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordCounter

This is an old project that is pretty much just a Markov chain generator. I spent a while on it before I knew anything about Big O, then came back to it and made it a few orders of magnitude faster once I understood efficiency.

Usage

Put your source text in a file in this directory, then run python WordCounter2.py to generate the model. To generate some random text, run python SentanceGenerator.py <model name>.

About

Markov Chain generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages