langdetect — Easy Playground
Detect the language of a text string (port of Google's library)
Getting started with langdetectRun locally
Install
pip install langdetectPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: langdetect)
langdetect is a third-party package. Detect the language of a text string (port of Google's library). Install with: pip install langdetect
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?