Skip to content

This is a Markov Chain text generator in its simplest form. It trains on a given text file (corpus) and outputs a model in the form of Pickle. New text can then be generated based on this model.

Notifications You must be signed in to change notification settings

mkjiang/markovchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

markovchain

This is a Markov Chain text generator in its simplest form. It trains on a given text file (corpus) and outputs a model in the form of Pickle. New text can then be generated based on this model.

At the moment states are updated at random which is not ideal. Much more can be done here.

About

This is a Markov Chain text generator in its simplest form. It trains on a given text file (corpus) and outputs a model in the form of Pickle. New text can then be generated based on this model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published