Update 'README.md'

This commit is contained in:
Starbeamrainbowlabs 2017-05-19 13:19:41 +02:00
parent 2edc771086
commit c3739723ce
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# MarkovGrams # MarkovGrams
Experiments into markov chains, n-grams, and text generation. Experiments into markov chains, n-grams, and text generation. This 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
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). 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).