Word n-gram language model

ID: word-n-gram-language-model

A Word n-gram language model is a statistical language model used in natural language processing (NLP) and computational linguistics to predict the next word in a sequence given the previous words. The "n" in "n-gram" refers to the number of words considered together as a single unit (or "gram").

New to topics? Read the docs here!