{"library":"polyglot","title":"Polyglot","description":"Polyglot is a natural language pipeline supporting massive multilingual applications. Version 16.7.4 (latest) provides tokenization, language detection, named entity recognition, sentiment analysis, and word embeddings for over 130 languages. Release cadence is irregular; last update was April 2021.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install polyglot"],"cli":{"name":"polyglot","version":"Traceback (most recent call last):"}},"imports":["from polyglot.text import Text"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from polyglot.text import Text\n\ntext = Text(\"Hello, world!\")\nprint(text.language)  # Language detected","lang":"python","description":"Basic usage: detect language of a string.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}