Assignment

Choose a text or data source and count word frequencies following the examples above. Design your own creative output. This need not be visual (sonify word counts?) nor does it require code (knit your own word frequency scarf!) Some things to consider:

Reflect on your process of word counting and consider the following questions:

For this assignment I chose to try and analyze my own text messages. What I discovered is collecting iMessage data is MUCH more difficult than I thought it would be! I managed to download a chat.db file of two days worth of text messages and then looked up how to extract the data from the file with javascript to transform it into a JSON file so I could load it into a sketch more easily. I did this by using a sqlite table and picking a few parameters that I’d save for the JSON file.

Screenshot 2024-09-27 at 5.26.05 PM.png

Dealing with the data took while. I had less time to spend on the visualizations as a result but plan to come back to it!

https://editor.p5js.org/wallismb/full/heEQa3qMR