CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/VALIDATION.md
docs/api-contract.md
docs/components.md
docs/experiments.md
docs/paper-result-map.md
docs/releasing.md
examples/custom_components.py
examples/precomputed.py
examples/text_encoder.py
experiments/README.md
experiments/__init__.py
experiments/ablations.py
experiments/baselines.py
experiments/bootstrap.py
experiments/carry_forward.py
experiments/common.py
experiments/environment-lock.json
experiments/environment.py
experiments/exact_scaling.py
experiments/graph2topic.py
experiments/lexical.py
experiments/local-paths.example.json
experiments/metrics.py
experiments/paper.py
experiments/progress.py
experiments/qualitative.py
experiments/report.py
experiments/run.py
experiments/scaling.py
experiments/artifacts/README.md
experiments/artifacts/graphtopic-paper-v2-clean-20newsgroups/20newsgroups/metadata.json
experiments/artifacts/graphtopic-paper-v2-clean-20newsgroups/20newsgroups-alternate/metadata.json
experiments/artifacts/graphtopic-paper-v2-clean-20newsgroups/agnews/metadata.json
experiments/artifacts/graphtopic-paper-v2-clean-20newsgroups/cache/20newsgroups/graph-d1d185f81b8e-c50-t5-i5-s1729-k20.json
experiments/artifacts/graphtopic-paper-v2-clean-20newsgroups/cache/agnews/graph-4709e80a814f-c50-t5-i5-s1729-k20.json
experiments/artifacts/graphtopic-paper-v2-clean-20newsgroups/cache/dbpedia14/graph-5cc21bdf7ad4-c50-t5-i5-s1729-k20.json
experiments/artifacts/graphtopic-paper-v2-clean-20newsgroups/dbpedia14/metadata.json
experiments/configs/paper.json
experiments/expected/README.md
experiments/expected/reference-results.json
requirements/experiments-reference.txt
requirements/graph2topic-reference.txt
requirements/minimum.txt
scripts/release-check.ps1
scripts/wheel-smoke.ps1
src/graphtopic/__init__.py
src/graphtopic/_validation.py
src/graphtopic/community.py
src/graphtopic/embedding.py
src/graphtopic/graph.py
src/graphtopic/model.py
src/graphtopic/neighbors.py
src/graphtopic/protocols.py
src/graphtopic/py.typed
src/graphtopic/representation.py
src/graphtopic/results.py
src/graphtopic.egg-info/PKG-INFO
src/graphtopic.egg-info/SOURCES.txt
src/graphtopic.egg-info/dependency_links.txt
src/graphtopic.egg-info/requires.txt
src/graphtopic.egg-info/top_level.txt
tests/conftest.py
tests/test_backends.py
tests/test_components.py
tests/test_experiments.py
tests/test_graph.py
tests/test_model.py
tests/test_optional_embedding.py
tests/test_representation.py