Essence.Ngrams.ngrams
You're seeing just the function
ngrams
, go back to Essence.Ngrams module for more information.
Link to this function
ngrams(token_list, n)
Calculate a list of n consecutive token sequences (n-grams) from
the given token_list
or Essence.Docuemnt
.