sys::Obj pclTextBox::Stopwords
Stopword lists are used to filter out the common words in a language.
static Bool contains(Str word)
Returns true if given word is an English stopword
static Str[] remove(Str[] words)
Removes English stopwords from the given list of words