transliterate
Convert Arabic script to Latin characters using a documented deterministic scheme based on DIN 31635 and ALA-LC standards.
Instructions
Transliterate Arabic text into Latin characters.
Uses a documented, deterministic Arabic -> Latin scheme (loosely DIN 31635 /
ALA-LC, simplified to ASCII digraphs). See :func:arabic_tools.transliterate
for the full documented limitations.
Args: text: The Arabic text to transliterate.
Returns: A dict with the transliterated string and the scheme name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |