clean_lowercase
Convert text to lowercase to standardize formatting and enable case-insensitive processing, normalizing input data for NLP tasks like sentiment analysis or keyword extraction.
Instructions
Convert text to lowercase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |