Language Visualization
and Multilayer Text Analysis
Language Visualization
Introduction | Techniques | Examples | Observations| Acknowledgements| Electronic Archives| Research Centers| Copyright| Software| Gallery

Objectives

Tools and Methods

    The raw material for this work is ASCII text. Project Gutenberg and other electronic archives provide valuable sources for literary and cultural texts. All the texts that I tested, with the exception of Donna Haraway's "Manifesto for Cyborgs" (which I scanned in), came from public electronic archives. A C program converts ASCII files into IBM Data Explorer (DX) files. The ASCII program also regulates the size of the pages, and for the moment I am using an 8.5" x 11" standard. DX then reads the text as data points on a X,Y,Z axis and plots them according to the spacing in the ASCII2DX program. While this program can work on both IBM RS6000's or SGI workstations, most of the images shown here were produced on a SGI Onyx computer.

    There are two basic parts to this tool, the pageview and the imageview, which appear simultanously on the screen every time the program is executed.

Pageview Imageview

The Pageview:

    For the Pageview, DX can position a camera view to take a slice of the image and position it in a separate space so that the viewer can observe the context in which the words appear. As shown in the image, the words selected appear highlighted in the page. This pageview can be placed anywhere in the text and sometimes appears in the imageview as the white page.

The Imageview:

    The imageview contains the entire text or section of text used in the analysis. Examples of the different methods of viewing the text are shown below. Since the purpose is to observe patterns of specific word/concepts, sometimes it not necessary (and less computer intensive) to show all the text. The use of the tubes to connect words can serve as a visual aid for tracing the word patterns. Occasionally the tube patterns can get too complicated to provide any valuable information. At the bottom of the imageview the selected words are shown next to the number of times they appear in the text.

Next: Techniques