langdetect
Package — NLPPython 3.7+Advanced
Detect the language of a text string (port of Google's library)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- six
- Install
pip install langdetect
Learn by Difficulty
Quick Example
python
# Install: pip install langdetect import langdetect # Basic langdetect usage print(f"Using langdetect") # See documentation for detailed examples
langdetect is a third-party package. Detect the language of a text string (port of Google's library). Install with: pip install langdetect
Try in PlaygroundTags
packagenlptext-processingai