joshrotenberg/lingua_ex
An Elixir wrapper around the Rust Lingua language detection library.
This project helps Elixir developers determine the natural language of a given text. You input a piece of text, and it outputs the detected language, such as English, Hebrew, or Polish. It's designed for developers building applications that need to process or categorize text based on its language.
Use this if you are an Elixir developer building an application that needs to automatically identify the language of user-provided text or content.
Not ideal if you are not an Elixir developer or your project requires human translation or deep linguistic analysis beyond simple language detection.
Stars
14
Forks
9
Language
Elixir
License
Apache-2.0
Category
Last pushed
Jan 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/joshrotenberg/lingua_ex"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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...