Markov chains are powerful tools used to predict the outcomes of events based on other events. They have several real-life applications, like, for example, the "typing suggestions" in your phone.
But let's be real here, we all know you're going to feed the model with a bunch of chat messages people have sent in your Discord channel or posted on your Mastodon feed and use it to make up silly sentences.
- Load a model with text using the "add input to Markov chain generator" block.
- Generate text from your model of nearly any length, depending on your training data.
- Save and load your model to and from files avoid re-training.