Markov Chains – NLP | text generation from scratch
Today I would like to create a simple, primitive text generator using Markov chains (I explained them in a previous post). Necessary steps for this project: Get text to learn from Create the transition matrix Generate text I will do everything from scratch, but I will a library called “tqdm” to show a progress bar … Read more