remove_accents
Remove diacritical marks and accents from text. Normalize characters to plain ASCII for consistent processing.
Instructions
Remove diacritical marks/accents from characters.
Parameters:
text — Text with accents to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |