efficient-language-detector-js and efficient-language-detector
These are ecosystem siblings—a JavaScript implementation and a PHP implementation of the same language detection algorithm (Nito-ELD), allowing developers to use identical detection logic across different runtime 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
nitotm/efficient-language-detector
Fast and accurate natural language detection. Detector written in PHP. Nito-ELD, ELD.
This tool helps anyone working with text data to automatically figure out what natural language a piece of text is written in. You input text, and it tells you the language (e.g., 'es' for Spanish or 'en' for English). This is useful for content managers, data analysts, or anyone processing user-generated content in multiple languages.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work