efficient-language-detector-js and efficient-language-detector-py
These are ecosystem siblings—parallel implementations of the same language detection algorithm (Nito-ELD) in different programming languages, allowing developers to use identical functionality in either JavaScript or Python environments.
About efficient-language-detector-js
nitotm/efficient-language-detector-js
Fast and accurate natural language detection. Detector written in Javascript. Nito-ELD, ELD.
This tool helps you automatically identify the language of text snippets. You input a string of text, and it outputs the detected language's ISO 639-1 code (like 'es' for Spanish) and how confident it is. It's ideal for developers building web applications or Node.js services that need to process user-generated content, support multi-language interfaces, or filter content by language.
About efficient-language-detector-py
nitotm/efficient-language-detector-py
Fast and accurate natural language detection. Detector written in Python. Nito-ELD, ELD.
Quickly and accurately identify the language of any piece of text. You provide text in any of 60 supported languages, and it tells you the language (e.g., 'es' for Spanish) and how confident it is. This is ideal for anyone needing to automatically sort or route content based on its language, such as customer support, content moderation, or data analysis.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work