RemoveStopWords extension

Provides the removeStopWords function to remove stop-words from a String object.

on

Methods

removeStopWords(List<String> stopWords) String
Returns the string without the the stop words in it.