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-17 22:38:29 +08:00
co-authored by Claude Opus 5
parent c03add4868
commit 41dc3ea2ea
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"