.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
soft_search/__init__.py
soft_search/constants.py
soft_search/metrics.py
soft_search/nsf.py
soft_search/py.typed
soft_search/seed.py
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/find_nsf_award_ids_in_github_readmes_and_link.py
soft_search/bin/fit_and_eval_all_models.py
soft_search/bin/get_github_repositories_with_nsf_ref.py
soft_search/bin/get_nsf_award_set_for_soft_search_2022.py
soft_search/bin/merge_clean_prep_and_store_annotation_data.py
soft_search/data/__init__.py
soft_search/data/irr.py
soft_search/data/soft-search-2022-irr.parquet
soft_search/data/soft-search-2022-labelled.parquet
soft_search/data/soft_search_2022.py
soft_search/label/__init__.py
soft_search/label/model_selection.py
soft_search/label/regex.py
soft_search/label/semantic_logit.py
soft_search/label/tfidf_logit.py
soft_search/label/transformer.py
soft_search/tests/test_nsf.py
soft_search/tests/data/test_irr.py
soft_search/tests/label/test_regex.py
soft_search/tests/label/test_semantic_logit.py
soft_search/tests/label/test_tfidf_logit.py