polyglot
Package — NLPPython 3.7+Advanced
Multilingual NLP: language detection, NER, sentiment, transliteration
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, pycld2, morfessor, PyICU
- Install
pip install polyglot
Learn by Difficulty
Quick Example
python
# Install: pip install polyglot import polyglot # Basic polyglot usage print(f"Using polyglot") # See documentation for detailed examples
polyglot is a third-party package. Multilingual NLP: language detection, NER, sentiment, transliteration. Install with: pip install polyglot
Try in PlaygroundTags
packagenlptext-processingai