cehrett / social_media_frame_analysis

Tools for extracting and analyzing frames/theories/narratives from social media posts.
2 stars 0 forks source link

Incorporate inactivity script into the continuous listening pipeline #19

Closed cehrett closed 2 months ago

cehrett commented 2 months ago

Cooper has produced a script that identifies frame-clusters in the frame store that have been inactive for a given period of time. This script should be used to limit which frame-clusters from the frame store are used in the "collapse into frame store" step.

Cooper-Taylor commented 2 months ago

Utilized inactive clustering function to separate the frame_store into inactive and active parts. Script works normally with collapsing the active clusters, and then concatenates the inactive clusters back into the frame store to avoid the loss of frame clusters for long term analysis.