.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.pylintrc
LICENSE
README.md
codecov.yml
commitlint.config.js
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
tox.ini
codcat/__init__.py
codcat/cli.py
codcat/downloader.py
codcat/manifest.yaml
codcat.egg-info/PKG-INFO
codcat.egg-info/SOURCES.txt
codcat.egg-info/dependency_links.txt
codcat.egg-info/requires.txt
codcat.egg-info/top_level.txt
codcat/models/__init__.py
codcat/models/estimator.py
codcat/utils/__init__.py
codcat/utils/dataset.py
codcat/utils/tokenization.py
codcat/utils/types.py
notebooks/1-eda.ipynb
notebooks/2-preprocessing.ipynb
notebooks/3-bagofwords-tfidf.ipynb
notebooks/4-embeddings.ipynb
notebooks/__init__.py
tests/__init__.py
tests/test_downloader.py
tests/test_estimator.py
tests/test_version.py
tests/resources/test-manifest.yaml