Trigram
(Redirected from 3-gram)
Jump to navigation
Jump to search
A Trigram is an n-gram that is a 3-tuple.
- AKA: 3-gram.
- Context:
- …
- Example(s):
- Counter-Example(s):
- a Unigram Relation, such as: R((apple), “This apple fell from that tree.”).
- a Bigram Relation, such as R((apple fell), “This apple fell from that tree.”) ⇒ False.
- See: Euclidean Space.
References
2011
- http://en.wikipedia.org/wiki/N-gram
- An n-gram of size 1 is referred to as a “unigram"; size 2 is a “bigram” (or, less commonly, a "digram"); size 3 is a “trigram"; size 4 is a "four-gram" and size 5 or more is simply called an "n-gram". Some language models built from n-grams are "(n − 1)-order Markov models".