A bigram is an n-gram consisting of two adjacent or related units, such as two words, characters, or tokens. Bigrams are used in language modeling, text analysis, and feature extraction to capture simple local patterns.
An N-gram in which N=2.