uroman is a universal romanizer designed to convert text in any script to the standard Latin alphabet. Version 1.3.1.1 is the current stable release. Starting with v1.3.1, the library underwent a significant rewrite from Perl to Python, bringing improved support for various languages including Coptic, Thai, Khmer, and Tibetan. Releases are made periodically to enhance language support and features.
pip install uromanVerified import paths — ran on the pinned version, not inferred.
Demonstrates how to import the uroman library and use the main `romanize` function to convert text from various scripts to the Latin alphabet.
Users migrating from Perl versions must entirely rewrite their integration code, as the API, dependencies, and execution environment have fundamentally changed. Refer to the Python examples in the official documentation.
Ensure your Python environment is version 3.10 or higher before installing `uroman`. Upgrade your Python interpreter or use a virtual environment with the correct version.
No dependency data recorded yet.