modbot.preprocessing.remove_stopwords

modbot.preprocessing.remove_stopwords(words)[source]

Remove stop words from word list

Parameters

words (list) – List of words

Returns

List of words with stop words removed

Return type

list