Bigram

From GM-RKB
Jump to navigation Jump to search

A bigram is an n-gram that is a 2-tuple.

  • AKA: 3-gram.
  • Context:
  • Example(s):
    • Bigram((apple fell), “This apple fell from that tree.”) ⇒ True.
    • Bigram(?, “This apple fell from that tree.”) ⇒ {(This apple),(apple fell),(fell from),....,(that tree)}.
  • Counter-Example(s):
  • See: Vector, Bigram Counting.


References

2011