14 Commits
Author SHA1 Message Date
imacat 1d5356271b Add the conference paper. 2026-08-17 08:51:24 +08:00
imacatandClaude Fable 5 400364206b Add the wide pattern matrix of the women-power songs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:51:24 +08:00
imacatandClaude Fable 5 4c4d1a95d1 Rewrite the research plan to the executed pipeline
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:51:24 +08:00
imacatandClaude Fable 5 ef1013d6d0 Import the settled patterns and annotations into the working store
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:51:24 +08:00
imacatandClaude Fable 5 696995c7a9 Add the tally-annotations subcommand settling the pattern matrix
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:51:19 +08:00
imacatandClaude Fable 5 0cbb96c0e1 Archive the step 5-4 pattern-annotation runs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:42 +08:00
imacatandClaude Fable 5 2253971cd6 Archive the step 5-3 grouped synthesis runs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:42 +08:00
imacatandClaude Fable 5 36f388bfcf Add the step 5 grouped synthesis and pattern-annotation design
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:42 +08:00
imacatandClaude Fable 5 0f5e2edfab Correct three performer genders via build-db --gender-corrections
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:42 +08:00
imacatandClaude Fable 5 5561ddffee Archive the step 5 reading, consolidation, and synthesis runs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:42 +08:00
imacatandClaude Fable 5 986355c738 Add the step 5 qualitative deep-reading design and definition files
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:42 +08:00
imacatandClaude Fable 5 64e3439a96 Record the Fable 5 auxiliary deep-reading experiments in the decision log
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:42 +08:00
imacatandClaude Fable 5 3a4fe05bc4 Import the settled code groups into the working store
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:42 +08:00
imacatandClaude Fable 5 26d57965c4 Add the tally-groups subcommand settling results/groups.csv
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 08:50:38 +08:00
2 changed files with 28 additions and 0 deletions
+12
View File
@@ -73,6 +73,18 @@ tally-codings
Settle the coding step by a majority of the three coding runs' archives, and write the final coding table, naming every song by its title and stored artist credit from the working store. Check ``pop-fem-audit-tools tally-codings -h`` for complete instructions on its usage. Settle the coding step by a majority of the three coding runs' archives, and write the final coding table, naming every song by its title and stored artist credit from the working store. Check ``pop-fem-audit-tools tally-codings -h`` for complete instructions on its usage.
tally-groups
------------
Settle the semantic code groups by a majority of the three group-selection runs' archives, and write the final group table, dropping any keyword outside the settled vocabulary. Check ``pop-fem-audit-tools tally-groups -h`` for complete instructions on its usage.
tally-annotations
-----------------
Settle the pattern annotations by a majority of the three annotation runs' archives. It extracts the patterns from the group synthesis archives, checks every ballot against the patterns applicable to that song's performer gender, and writes the settled pattern table and the settled song-by-pattern table. Check ``pop-fem-audit-tools tally-annotations -h`` for complete instructions on its usage.
Copyright Copyright
========= =========
@@ -52,6 +52,14 @@ pop\_fem\_audit\_tools.commands.run\_llm module
:show-inheritance: :show-inheritance:
:undoc-members: :undoc-members:
pop\_fem\_audit\_tools.commands.tally\_annotations module
---------------------------------------------------------
.. automodule:: pop_fem_audit_tools.commands.tally_annotations
:members:
:show-inheritance:
:undoc-members:
pop\_fem\_audit\_tools.commands.tally\_codings module pop\_fem\_audit\_tools.commands.tally\_codings module
----------------------------------------------------- -----------------------------------------------------
@@ -60,6 +68,14 @@ pop\_fem\_audit\_tools.commands.tally\_codings module
:show-inheritance: :show-inheritance:
:undoc-members: :undoc-members:
pop\_fem\_audit\_tools.commands.tally\_groups module
----------------------------------------------------
.. automodule:: pop_fem_audit_tools.commands.tally_groups
:members:
:show-inheritance:
:undoc-members:
Module contents Module contents
--------------- ---------------