Markov chains are definitely one of the more interesting and fun sets of statistics you can play around with. But they are excellent in the case of text generation. So what are Markov chains and how do they work? And how can we use them to make text? Simple Markov Chains Markov chains explain the… Read more »
Tracery is a grammar construction tool widely used in making complex sentences, and it serves as a major text generation tool for Twitter bots. In this post, we’ll cover: what a context-free grammar is, how to use Tracery as a context-free grammar, show a tool for making Twitter bots with Tracery widely used by Twitter… Read more »
The simplest form of Twitter bot will generate text and then post it to Twitter. Now, of course you must supply your bot with source text if you want it to generate new text. This is the basis of most bot text generation and the model that we will follow. From here, we want to… Read more »