class pclTextBox::Ngrams

sys::Obj
  pclTextBox::Ngrams

Methods for creating and handling n-grams.

fromWord

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.