clean_remove_punctuation
Remove all punctuation from text to produce clean, normalized output for downstream NLP tasks.
Instructions
Remove all punctuation from text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |