Experiments into markov chains, n-grams, and text generation.
Go to file
Starbeamrainbowlabs 03fad1ab78 Fix markov chain generation to base the next ngram on the previous one - not the first one 2017-04-26 21:51:35 +01:00
MarkovGrams Fix markov chain generation to base the next ngram on the previous one - not the first one 2017-04-26 21:51:35 +01:00
.gitignore Initial commit. I think this si worth keeping in it's entirety! 2017-04-26 21:35:00 +01:00
LICENSE Initial commit 2017-04-26 22:36:18 +02:00
MarkovGrams.sln Initial commit. I think this si worth keeping in it's entirety! 2017-04-26 21:35:00 +01:00
README.md Initial commit 2017-04-26 22:36:18 +02:00

README.md

MarkovGrams

Experiments into markov chains, n-grams, and text generation.