diff --git a/README.md b/README.md index 624d208..0cfd124 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # MarkovGrams -Experiments into markov chains, n-grams, and text generation. +Experiments into markov chains, n-grams, and text generation. This repository is the result of the markov chain blog post mini-series on my blog. + + - [Part 1 - n-grams](https://starbeamrainbowlabs.com/blog/article.php?article=posts/236-Markov-Chain-Part-1-N-Grams.html) + - [Part 2 - unweighted markov chains](https://starbeamrainbowlabs.com/blog/article.php?article=posts%2F238-Markov-Chains-Part-2-Unweighted-Chains.html) ## Building Building this project should be easy - I can provide prebuilt binaries upon request though if asked (see [my website](https://starbeamrainbowlabs.com/) for contact information).