proycon/lingua-cli
Very small simple command-line interface for language detection using lingua-rs
This tool helps you quickly identify the language of text snippets. You feed it any text, and it tells you which language it is, even for very short phrases. This is perfect for data analysts, linguists, or anyone working with diverse text data who needs to sort or categorize content by language.
No commits in the last 6 months.
Use this if you need to reliably detect the language of short texts or even mixed-language documents, receiving an ISO language code and confidence score.
Not ideal if you need a graphical interface or integrated solution within a larger application without command-line access.
Stars
9
Forks
2
Language
Rust
License
GPL-3.0
Category
Last pushed
Oct 12, 2024
Monthly downloads
35
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/proycon/lingua-cli"
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...