allo-media/text2num-rs
Parse and convert numbers written in English, Dutch, Spanish, German, Italian or French into their digit representation.
This helps with converting numbers written out in plain English, Dutch, Spanish, Portuguese, German, Italian, or French into their standard digit form. You provide text containing numbers (like "twenty-five" or "trois cent") and it gives you back the text with those numbers converted to digits (like "25" or "300"). This is useful for anyone who processes or cleans up text data that includes spoken or written-out numbers.
8 stars and 1,975 monthly downloads.
Use this if you need to quickly and accurately convert numbers expressed in words within text into numerical digits for better readability or data processing.
Not ideal if you need to process numbers from languages other than English, Dutch, Spanish, Portuguese, German, Italian, or French, or if you require advanced natural language understanding beyond number parsing.
Stars
8
Forks
1
Language
Rust
License
MIT
Category
Last pushed
Mar 09, 2026
Monthly downloads
1,975
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/allo-media/text2num-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...