AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/polyglot.chunk.rst
docs/polyglot.detect.rst
docs/polyglot.mapping.rst
docs/polyglot.rst
docs/polyglot.tokenize.rst
docs/readme.rst
docs/usage.rst
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/chunk/__init__.py
polyglot/chunk/ner.py
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/tokenize/__init__.py
polyglot/tokenize/base.py
tests/__init__.py
tests/test_polyglot.py