Add the cluster-keywords subcommand for the coding vocabulary

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-05 19:36:58 +08:00
co-authored by Claude Opus 5
parent edfd8d57ba
commit f495e7882d
7 changed files with 501 additions and 0 deletions
+7
View File
@@ -42,6 +42,13 @@ dependencies = [
"anthropic",
]
[project.optional-dependencies]
cluster = [
"torch",
"sentence-transformers",
"scikit-learn",
]
[project.scripts]
pop-fem-audit-tools = "pop_fem_audit_tools.__main__:main"