Creating a Network Graph

Source: Georgia Tech Digital Humanities Lab
URL: Creating a Network Graph
Previous Post: Data Processing with NLTK From the ccp_people.csv file, we built a simple social network using Gephi. This was originally a undirected graph where each edge represented a connection that two people were in the same document. We first calculated all possible pairs within each document, and then all pairs between documents, and rendered them in Gephi. The graph ended up being too large to render, given that there were more than 18,000 pairs.  We initially built the network from pairs because our initial research questions focused on the relationships between individuals, rather than the relationships represented by the meetings.…
Read More: Creating a Network Graph