AUTHORS.rst CONTRIBUTING.rst HISTORY.rst MANIFEST.in Makefile README.rst requirements.txt rtd_requirements.txt setup.cfg setup.py docs/CLI.rst docs/Detection.rst docs/Dev.rst docs/Download.rst docs/Embeddings.rst docs/Installation.rst docs/Makefile docs/MorphologicalAnalysis.rst docs/NamedEntityRecognition.rst docs/POS.rst docs/README.rst docs/Sentiment.rst docs/TODO.rst docs/Tokenization.rst docs/Transliteration.rst docs/authors.rst docs/conf.py docs/contributing.rst docs/history.rst docs/index.rst docs/index_latex.rst docs/make.bat docs/modules.rst docs/polyglot.detect.rst docs/polyglot.mapping.rst docs/polyglot.rst docs/polyglot.tag.rst docs/polyglot.tokenize.rst docs/polyglot.transliteration.rst docs/readme.rst docs/usage.rst notebooks/CLI.ipynb notebooks/Detection.ipynb notebooks/Dev.ipynb notebooks/Download.ipynb notebooks/Embeddings.ipynb notebooks/Installation.ipynb notebooks/MorphologicalAnalysis.ipynb notebooks/NamedEntityRecognition.ipynb notebooks/POS.ipynb notebooks/README.ipynb notebooks/Sentiment.ipynb notebooks/TODO.ipynb notebooks/Tokenization.ipynb notebooks/Transliteration.ipynb polyglot/__init__.py polyglot/__main__.py polyglot/base.py polyglot/decorators.py polyglot/downloader.py polyglot/load.py polyglot/mixins.py polyglot/text.py polyglot/utils.py polyglot.egg-info/PKG-INFO polyglot.egg-info/SOURCES.txt polyglot.egg-info/dependency_links.txt polyglot.egg-info/entry_points.txt polyglot.egg-info/not-zip-safe polyglot.egg-info/requires.txt polyglot.egg-info/top_level.txt polyglot/detect/__init__.py polyglot/detect/base.py polyglot/detect/langids.py polyglot/mapping/__init__.py polyglot/mapping/base.py polyglot/mapping/embeddings.py polyglot/mapping/expansion.py polyglot/tag/__init__.py polyglot/tag/base.py polyglot/tokenize/__init__.py polyglot/tokenize/base.py polyglot/transliteration/__init__.py polyglot/transliteration/base.py tests/__init__.py tests/test_polyglot.py