corncob567 / Avatar-TV-Time

Data Visualization Project 3
0 stars 1 forks source link

A - word cloud by character of their most frequently said word #10

Closed linakaval closed 1 year ago

linakaval commented 1 year ago

Option 1: What do characters say? Given a selected character, create visual representations and interactions that help me understand what they tend to say. For this option, use an encoding designed for text data (such as a word cloud or another representation we discuss in class). You can add in additional views, like bar charts and line charts, but I want to see at least one other encoding that is designed for text data. I want to see what words do they use most often, and how frequently they use them. Note- you'll need to remove 'stem' words, (the, and, if, was....), to get at the more interesting things they say. Or you can focus on words that are unique to them- like that they say more frequently than other characters. Tutorial to follow on this. I want to see if they have any sentences or phrases they say frequently? For instance, if the show is Star Trek The Next Generation, Captain Picard likely says 'Captain's Log. Stardate' often. Or if it is Futurama, Prof. Farnsworth says 'Good news, everyone!' Does what they say tend to change from season to season? Allow me to select either the whole show or a season and see what this character says for the selection.

corncob567 commented 1 year ago

Merged to main with https://github.com/corncob567/Avatar-TV-Time/pull/11