This is a program I wrote that reads a source text and looks for words that are used repeatedly. The more the word is used, the larger its cube gets. Red cubes are words that are not unique, blue cubes are. The size of the rings is determined by the size of the paragraphs.
[...] . . or something like that. Courtesy of JK Keller, these Volumetric Redundancies represent the number of times a word appears in a given [...]
[...] data visualizations and other programs that modify existing digital data to create art. In “Volumetric Redundancies” he wrote a program that scans a text for repeated words and uses the info create cyclonic [...]
There are 426 posts and 953 comments so far.
amazing,
i have many questions.
why are the most frequently used words congregated at the top? is the visualization not in the text’s page order? is the length of the column proportional to the length of the work? have you visualized any plays?
enjoying your art,
jeff
Jeff:
why are the most frequently used words congregated at the top?
The text translates to a volume from top to bottom, thus the original instance of reused words will congregate towards the top of the volume.
is the visualization not in the text’s page order?
There is no delineation of the pages of text. My sources come from Project Gutenberg which does not cut the text up via pages. Also, this is supposed to visualize the structure of the text not the book.
is the length of the column proportional to the length of the work?
I would call it height, but yes.
have you visualized any plays?
No, but I have tried a poem and all I get is a really thin cylinder, which is less interesting to me. That’s a lie, the poem was a Shakespeare play. But the thin cylinder part is still true.
Hey JK, would it be possible for me to use one of these as my page lay out for Myspace….If so how do i do it?? I love the tornados…..
thanks…. hugs
War of the Worlds resembles a spaceship beaming down at earth. Makes sense, I suppose. Nice program.
That really is amazing, have you done any other books, and if so where can I find them?
Brad: I have done a couple more books, but I no longer have a working 3d program that can deal with the file that the program outputs. I’d like to port this to processing at some point and open source it, but probably won’t have the time any time soon. Many other things on the plate at the moment.
This is fantastic. I’ve been toying around with word-lists extracted from plain texts as well, looking at the frequency distribution of words. This is a very ingenious way of visualizing that kind of data. Could it be made to run in real-time and maybe display the words/paragraphs as you mouse over them?
Schoschie: I’m quite sure that someone could make it run real-time and display the textual information on mouseover. I imagine it would be somewhat processor intensive as we’re talking about tens of thousands of 3d cubes with associated meta content. While I probably won’t be attempting that anytime soon myself, as mentioned previously, I do hope to port this to processing at some point and let others input their own texts.