Project Creation: Part One

In this lesson, we will start with our project on text generation and perform some pre-processing steps.

Introduction to the project

In this chapter, we are going to build a text generator using Markov chains. We are going to build a character-based model. Let’s suppose we have a string the monke. We need to find the character that is best suited after the character e in the word monke based on our training corpus. In other words, we are going to generate the next character for a given string. So, in this manner, we are going to generate the text.

Get hands-on with 1200+ tech skills courses.