syvwlch / Data-Ignota

A data-driven exploration of Ada Palmer's Terra Ignota series
https://syvwlch.github.io/Data-Ignota/
MIT License
3 stars 0 forks source link

[Analysis] Network Graphs of Dialog #47

Closed syvwlch closed 2 years ago

syvwlch commented 2 years ago

Describe the analysis

Since we can make lists of who talks to whom and at what length (number of lines or word count), we can easily make an edge list to generate a network graph, and then plot the result using various visualizations.

Output

Work up to generating the edge list, and show how easy it is to jump from there to network visualizations.