.bumpversion.cfg
.cookiecutterrc
.editorconfig
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pylintrc
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/nka.rst
src/nka/__init__.py
src/nka/_input_pipeline.py
src/nka/_mmr.py
src/nka/_proposals.py
src/nka/model.py
src/nka.egg-info/PKG-INFO
src/nka.egg-info/SOURCES.txt
src/nka.egg-info/dependency_links.txt
src/nka.egg-info/not-zip-safe
src/nka.egg-info/requires.txt
src/nka.egg-info/top_level.txt
src/nka/backend/__init__.py
src/nka/backend/_abc_embedder.py
src/nka/backend/_sentencetransformers.py
src/nka/backend/_utils.py
tests/input.txt
tests/test_input_pipeline.py
tests/test_model.py
webapp/.dockerignore
webapp/Dockerfile
webapp/requirements.txt
webapp/app/app.py