.cookiecutter.yaml
.editorconfig
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Justfile
LICENSE
README.md
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/docs.yml
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
soft_search/__init__.py
soft_search/constants.py
soft_search/nsf.py
soft_search/py.typed
soft_search.egg-info/PKG-INFO
soft_search.egg-info/SOURCES.txt
soft_search.egg-info/dependency_links.txt
soft_search.egg-info/entry_points.txt
soft_search.egg-info/not-zip-safe
soft_search.egg-info/requires.txt
soft_search.egg-info/top_level.txt
soft_search/bin/__init__.py
soft_search/bin/get_nsf_award_set_for_soft_search_2022.py
soft_search/bin/train_and_upload_soft_search_2022_transformer.py
soft_search/data/__init__.py
soft_search/data/soft-search-2022-labelled.parquet
soft_search/data/soft_search_2022.py
soft_search/label/__init__.py
soft_search/label/regex.py
soft_search/label/transformer.py
soft_search/tests/test_nsf.py
soft_search/tests/label/test_regex.py
soft_search/tests/label/test_transformer.py