stellanomia/uroman-rs
A self-contained Rust reimplementation of uroman, a universal romanizer.
This tool helps linguistics researchers, language technology developers, or anyone working with multilingual text convert non-Latin scripts into the Latin alphabet. You input text in languages like Japanese, Tibetan, or Cyrillic, and it outputs the romanized equivalent. It's designed for users who need to standardize diverse writing systems for analysis, search, or display.
Use this if you need to quickly and accurately convert large volumes of text from various non-Latin scripts into a consistent Latin alphabet representation.
Not ideal if you require a romanization method that is reversible (can be perfectly converted back to the original script) or need a different romanization standard than the one it provides.
Stars
38
Forks
1
Language
Rust
License
Apache-2.0
Category
Last pushed
Feb 02, 2026
Monthly downloads
99
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/stellanomia/uroman-rs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PyThaiNLP/nlpo3
Thai natural language processing library in Rust, with Python and Node bindings.
forzagreen/n2words
Convert numerical numbers to written numbers, in 52+ languages.
greyblake/whatlang-rs
Natural language detection library for Rust. Try demo online: https://whatlang.org/
wikimedia/sentencex
A sentence segmentation library with wide language support optimized for speed and utility.
pemistahl/lingua-rs
The most accurate natural language detection library for Rust, suitable for short text and...