minibikini/paasaa
🔤 Natural language detection for Elixir without AI
This is an Elixir library that identifies the human language and writing system of a given text. It takes any string of text as input and outputs a language code (like "eng" for English) and/or a script name (like "Latin"). It's useful for developers building applications that need to process text in multiple languages, such as for content localization, search, or data analysis.
141 stars.
Use this if you are an Elixir developer building an application that needs to automatically determine the language or script of text inputs without relying on external AI services.
Not ideal if you need to detect the sentiment or intent of text, or if you are not working within the Elixir programming ecosystem.
Stars
141
Forks
14
Language
Elixir
License
MIT
Category
Last pushed
Dec 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/minibikini/paasaa"
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...