sys::Obj pclTextBox::Ngrams
Methods for creating and handling n-grams.
static Str[] fromWord(Str word, Int n)
Given a word and n, returns a vector of strings consisting of ngrams of characters from the word.