remove_stopwords
Remove common stop words from text to improve text analysis and data quality. Supports multiple languages.
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 |