class pclTextBox::Stopwords

sys::Obj
  pclTextBox::Stopwords

Stopword lists are used to filter out the common words in a language.

contains

static Bool contains(Str word)

Returns true if given word is an English stopword

remove

static Str[] remove(Str[] words)

Removes English stopwords from the given list of words