Essence.Ngrams.bigrams
You're seeing just the function
bigrams
, go back to Essence.Ngrams module for more information.
Link to this function
bigrams(token_list)
Calculate a list of two consecutive token pairs (bi-grams) from the
given token_list
or Essence.Document
.