ashwinmj / word-prediction

Auto generate text using Markov models.

Home Page:https://medium.com/@ashwinmj/next-word-prediction-using-markov-model-570fc0475f96

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Prediction

Word prediction is attempt to auto generate text or predict the next word using the machines. Currently an attempt is made to generate text using the Markov models. This repository is meant to act as a supplement to the article published at Medium.

Usage instructions

Just clone the repository and run the Jupyter notebook. If successfull it will start generating a new song based on a bunch of Eminem song lyrics.

About

Auto generate text using Markov models.

https://medium.com/@ashwinmj/next-word-prediction-using-markov-model-570fc0475f96

License:MIT License


Languages

Language:Jupyter Notebook 100.0%