RemoveStopWords extension
Provides the removeStopWords function to remove stop-words from a String object.
- on
Methods
-
removeStopWords(
List< String> stopWords) → String -
Available on String, provided by the RemoveStopWords extension
Returns the string without the the stop words in it.