remove_stopwords
Strip common stop words from text to focus on meaningful content for analysis. Supports multiple languages with default English.
Instructions
Remove common stop words from text for cleaner analysis.
Parameters:
text — Text to remove stopwords from.
language — Language of stopwords (default: 'english').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| language | No | english |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |