You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project trains an N-gram (till n =3) Text Generation Model using .txt files provided as inputs. It calculates probability of each n-gram and uses that to generate random sentences
Author
Usman Gohar - Initial work
About
This project implements the n-gram language model that uses a corpus to generate N sentences