clevercloud.CleverStopwords

Module Contents

Functions

CleverStopwords(words)

A comprehensive list of English stopwords that allow adding more customized words.

clevercloud.CleverStopwords.CleverStopwords(words)[source]

A comprehensive list of English stopwords that allow adding more customized words.

wordsset of strings

Input a set of words that need to be included in the stopwords

set of strings

The complete set of stopwords

>>> sample_words = {'disney', 'paris'}
>>> CleverStopwords(sample_words)