Trigram

From GM-RKB
(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):
    • Trigram((apple fell from), “This apple fell from that tree.”) ⇒ True.
    • Trigram(?, “This apple fell from that tree.”) ⇒ {(This apple fell),(apple fell from),....,(from that tree)}.
  • Counter-Example(s):
  • See: Euclidean Space.


References

2011