Back to photostream

Visualizing Data: Text [Schiller: Die Bürgschaft]

Made with Processing.

 

Playing again with text data. The goal was to write an effective and fast algorithm for sorting text in an alphabetical order using the 'divide and conquer' method / recursion which would work with my written 'Word' class (the Word class I've written saves the String data, how often it appears in text and the positions in the original text). And getting started with HashMaps...

 

Visualization rules:

Circle == one word of the original text

Circle size indicates how often the word is used (big circle > the word is used often, small circle > the word is used less)

Red outline shows the length of the current word (thicker > more letters), but only if the stroke weight is thinner than the diameter of the circle

Outer position (big circle) == alphabetical sorted word list

Inner position (small circle) == original position(s) in text

Line between original position(s) and position in alphabetical sorted word list

 

Code:

openprocessing.org/visuals/?visualID=44133

 

Video:

vimeo.com/31203226

 

Text Input:

Friedrich Schiller: Die Bürgschaft

4,280 views
1 fave
0 comments
Uploaded on October 28, 2011
Taken on October 28, 2011