clean_remove_stopwords
Remove English stopwords from text using a built-in list of over 500 stopwords. Clean your text for better NLP analysis.
Instructions
Remove English stopwords (500+ built-in) from text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |