.editorconfig
.isort.cfg
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
rtd-reqs.txt
setup.cfg
setup.py
test_tweets1.jsonl.gz
test_tweets2.jsonl.gz
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/module.rst
src/twitter_analysis_tools/__init__.py
src/twitter_analysis_tools/fileio.py
src/twitter_analysis_tools/plotting.py
src/twitter_analysis_tools/utils.py
src/twitter_analysis_tools.egg-info/PKG-INFO
src/twitter_analysis_tools.egg-info/SOURCES.txt
src/twitter_analysis_tools.egg-info/dependency_links.txt
src/twitter_analysis_tools.egg-info/entry_points.txt
src/twitter_analysis_tools.egg-info/not-zip-safe
src/twitter_analysis_tools.egg-info/requires.txt
src/twitter_analysis_tools.egg-info/top_level.txt
src/twitter_analysis_tools/bin/__init__.py
src/twitter_analysis_tools/bin/my_example.py
src/twitter_analysis_tools/text/__init__.py
src/twitter_analysis_tools/text/_nltk_stopwords.py
src/twitter_analysis_tools/text/emojis.py
src/twitter_analysis_tools/text/ngrams.py
src/twitter_analysis_tools/text/stopwords.py
src/twitter_analysis_tools/twitter/__init__.py
src/twitter_analysis_tools/twitter/clean_text.py
src/twitter_analysis_tools/twitter/common_pipelines.py
src/twitter_analysis_tools/twitter/file_mgmt.py
src/twitter_analysis_tools/twitter/get_tweets.py
src/twitter_analysis_tools/twitter/tweet_info.py
src/twitter_analysis_tools/twitter/vocabulary.py
tests/conftest.py
tests/test_fileio.py
tests/test_get_tweets.py
tests/test_vocabulary.py
tests/test_fileio/file1.gz
tests/test_fileio/file2.gz
tests/test_get_tweets/tweets1.jsonl.gz
tests/test_get_tweets/tweets2.jsonl.gz
tests/test_vocabulary/test_tweets.jsonl.gz