cehrett / social_media_frame_analysis

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

Add a count of posts to the frame store #4

Open cehrett opened 3 months ago

cehrett commented 3 months ago

Currently, the frame store only has a few examples per frame-cluster. It would be better if, every time frame-clusters are collapsed into the store, there were an update of the number of posts associated with each frame-cluster.

cehrett commented 3 months ago

More specifically: Add to the frame store csv file a single new column. Each entry in this column should be a dictionary. Each dictionary should have a key for each date, and the value for each date should be the count of times that frame-cluster is expressed on that date.

Cooper-Taylor commented 2 months ago

Keeping this issue open until frame store collapsing issue is resolved.