Langdetect
Language detection library ported from Google language-detection.
About
Langdetect is a Python port of Nakatani Shuyo's Java language-detection library. It uses a naive Bayesian classifier over character n-gram frequencies trained from Wikipedia text and supports 55 languages identified by ISO 639-1 codes. Results are non-deterministic for very short or ambiguous inputs unless a seed is set. The library is small, has no heavy dependencies, and is released under the Apache 2.0 license.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Natural Language Processing
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Beginner (1/5)
- License
- Apache-2.0
- Added
- Apr 3, 2026
Related Tools
Topic modeling library leveraging transformer embeddings and c-TF-IDF.
Simple framework for state-of-the-art NLP by Zalando Research.
Library for efficient text classification and word representation by Meta.
Topic modeling and document similarity library for unsupervised NLP.
Generalist model for named entity recognition using bidirectional transformer.
Research library for NLP by AI2 built on PyTorch.