SL filter

This commit is contained in:
2026-02-09 17:57:04 +01:00
parent 6c16993cb3
commit 8e181e193a
4 changed files with 62 additions and 5 deletions

View File

@@ -144,6 +144,8 @@ all_questions = ss_or.join(ss_gb, on='_recordId').join(vs, on='_recordId')
# Run straight-liner detection across all question groups
# max_score=5 catches all speaking-style straight-lining (1-5 scale)
# and voice-scale values ≤5 on the 1-10 scale
# Note: sl_threshold is NOT set on S here — this script analyses straight-liners,
# it doesn't filter them out of the dataset.
print("Running straight-liner detection across all question groups...")
sl_report, sl_df = check_straight_liners(all_questions, max_score=5)