NLP N-Grams
Project Description
In the fields of computational linguistics, an n-gram model is a type of probabilistic language model for predicting the next item in such a sequence in the form of a (n − 1)–order Markov model. Simply put, N-Grams are a set of N co-occurring words in a given window. The N-Grams Random Text Generator takes a text file as an input and randomly generates text of the same style as the input sample.