strip_tashkeel
Remove Arabic diacritics (tashkeel) and optional tatweel characters from text to produce clean, unmarked Arabic script.
Instructions
Remove Arabic diacritics (tashkeel) and, optionally, the tatweel.
Args: text: The Arabic (or mixed) text to clean. strip_tatweel: Also remove the tatweel character. Defaults to True.
Returns: The text with diacritics (and optionally tatweel) removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| strip_tatweel | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |